7 references to LabelForeColor
System.Web.DataVisualization (7)
Common\DataManager\DataPoint.cs (7)
3138if (!IsCustomPropertySet(CommonCustomProperties.LabelForeColor)) 3139SetAttributeObject(CommonCustomProperties.LabelForeColor, Color.Black); 4143 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelForeColor)) 4145 Color color = (Color)GetAttributeObject(CommonCustomProperties.LabelForeColor); 4156 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelForeColor); 4177 SetAttributeObject(CommonCustomProperties.LabelForeColor, value); 6026 return CheckIfSerializationRequired(CommonCustomProperties.LabelForeColor);