8 references to BackImageTransparentColor
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3115
if(!IsCustomPropertySet(CommonCustomProperties.
BackImageTransparentColor
))
3116
SetAttributeObject(CommonCustomProperties.
BackImageTransparentColor
, Color.Empty);
3830
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
BackImageTransparentColor
))
3832
return (Color)GetAttributeObject(CommonCustomProperties.
BackImageTransparentColor
);
3842
return (Color)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
BackImageTransparentColor
);
3857
SetAttributeObject(CommonCustomProperties.
BackImageTransparentColor
, value);
5953
return CheckIfSerializationRequired(CommonCustomProperties.
BackImageTransparentColor
);
6460
ResetProperty(CommonCustomProperties.
BackImageTransparentColor
);