8 references to MarkerBorderColor
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3129 if(!IsCustomPropertySet(CommonCustomProperties.MarkerBorderColor)) 3130 SetAttributeObject(CommonCustomProperties.MarkerBorderColor, Color.Empty); 4537 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerBorderColor)) 4539 return (Color)GetAttributeObject(CommonCustomProperties.MarkerBorderColor); 4549 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerBorderColor); 4564 SetAttributeObject(CommonCustomProperties.MarkerBorderColor, value); 6110 return CheckIfSerializationRequired(CommonCustomProperties.MarkerBorderColor); 6583 ResetProperty(CommonCustomProperties.MarkerBorderColor);