8 references to MarkerColor
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3127 if(!IsCustomPropertySet(CommonCustomProperties.MarkerColor)) 3128 SetAttributeObject(CommonCustomProperties.MarkerColor, Color.Empty); 4483 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MarkerColor)) 4485 return (Color)GetAttributeObject(CommonCustomProperties.MarkerColor); 4495 return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MarkerColor); 4510 SetAttributeObject(CommonCustomProperties.MarkerColor, value); 6098 return CheckIfSerializationRequired(CommonCustomProperties.MarkerColor); 6571 ResetProperty(CommonCustomProperties.MarkerColor);