8 references to LabelBackColor
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3150 if(!IsCustomPropertySet(CommonCustomProperties.LabelBackColor)) 3151 SetAttributeObject(CommonCustomProperties.LabelBackColor, Color.Empty); 5200 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelBackColor)) 5202 return (Color)GetAttributeObject(CommonCustomProperties.LabelBackColor); 5212 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelBackColor); 5232 SetAttributeObject(CommonCustomProperties.LabelBackColor, value); 6275 return CheckIfSerializationRequired(CommonCustomProperties.LabelBackColor); 6749 ResetProperty(CommonCustomProperties.LabelBackColor);