8 references to IsValueShownAsLabel
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3087
if(!IsCustomPropertySet(CommonCustomProperties.
IsValueShownAsLabel
))
3088
SetAttributeObject(CommonCustomProperties.
IsValueShownAsLabel
, false);
3441
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
IsValueShownAsLabel
))
3443
return (bool)GetAttributeObject(CommonCustomProperties.
IsValueShownAsLabel
);
3453
return (bool)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
IsValueShownAsLabel
);
3468
SetAttributeObject(CommonCustomProperties.
IsValueShownAsLabel
, value);
5857
return CheckIfSerializationRequired(CommonCustomProperties.
IsValueShownAsLabel
);
6360
ResetProperty(CommonCustomProperties.
IsValueShownAsLabel
);