8 references to Label
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3095
if(!IsCustomPropertySet(CommonCustomProperties.
Label
))
3096
SetAttributeObject(CommonCustomProperties.
Label
, "");
3261
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
Label
))
3263
return (string)GetAttributeObject(CommonCustomProperties.
Label
);
3273
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
Label
);
3293
SetAttributeObject(CommonCustomProperties.
Label
, value);
5821
return CheckIfSerializationRequired(CommonCustomProperties.
Label
);
6324
ResetProperty(CommonCustomProperties.
Label
);