8 references to LabelBorderColor
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3156 if(!IsCustomPropertySet(CommonCustomProperties.LabelBorderColor)) 3157 SetAttributeObject(CommonCustomProperties.LabelBorderColor, Color.Empty); 5259 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.LabelBorderColor)) 5261 return (Color)GetAttributeObject(CommonCustomProperties.LabelBorderColor); 5271 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.LabelBorderColor); 5291 SetAttributeObject(CommonCustomProperties.LabelBorderColor, value); 6287 return CheckIfSerializationRequired(CommonCustomProperties.LabelBorderColor); 6761 ResetProperty(CommonCustomProperties.LabelBorderColor);