8 references to BackImage
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3109
if(!IsCustomPropertySet(CommonCustomProperties.
BackImage
))
3110
SetAttributeObject(CommonCustomProperties.
BackImage
, "");
3713
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
BackImage
))
3715
return (string)GetAttributeObject(CommonCustomProperties.
BackImage
);
3725
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
BackImage
);
3746
SetAttributeObject(CommonCustomProperties.
BackImage
, value);
5929
return CheckIfSerializationRequired(CommonCustomProperties.
BackImage
);
6436
ResetProperty(CommonCustomProperties.
BackImage
);