8 references to BorderColor
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3107 if(!IsCustomPropertySet(CommonCustomProperties.BorderColor)) 3108 SetAttributeObject(CommonCustomProperties.BorderColor, Color.Empty); 3556 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.BorderColor)) 3558 return (Color)GetAttributeObject(CommonCustomProperties.BorderColor); 3568 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BorderColor); 3582 SetAttributeObject(CommonCustomProperties.BorderColor, value); 5881 return CheckIfSerializationRequired(CommonCustomProperties.BorderColor); 6384 ResetProperty(CommonCustomProperties.BorderColor);