8 references to BackSecondaryColor
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3119
if(!IsCustomPropertySet(CommonCustomProperties.
BackSecondaryColor
))
3120
SetAttributeObject(CommonCustomProperties.
BackSecondaryColor
, Color.Empty);
3987
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
BackSecondaryColor
))
3989
return (Color)GetAttributeObject(CommonCustomProperties.
BackSecondaryColor
);
3999
return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
BackSecondaryColor
);
4014
SetAttributeObject(CommonCustomProperties.
BackSecondaryColor
, value);
5989
return CheckIfSerializationRequired(CommonCustomProperties.
BackSecondaryColor
);
6472
ResetProperty(CommonCustomProperties.
BackSecondaryColor
);