8 references to BackImageWrapMode
System.Web.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3111
if(!IsCustomPropertySet(CommonCustomProperties.
BackImageWrapMode
))
3112
SetAttributeObject(CommonCustomProperties.
BackImageWrapMode
, ChartImageWrapMode.Tile);
3773
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
BackImageWrapMode
))
3775
return (ChartImageWrapMode)GetAttributeObject(CommonCustomProperties.
BackImageWrapMode
);
3785
return (ChartImageWrapMode)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
BackImageWrapMode
);
3800
SetAttributeObject(CommonCustomProperties.
BackImageWrapMode
, value);
5941
return CheckIfSerializationRequired(CommonCustomProperties.
BackImageWrapMode
);
6448
ResetProperty(CommonCustomProperties.
BackImageWrapMode
);