7 references to BackImageAlignment
System.Windows.Forms.DataVisualization (7)
Common\DataManager\DataPoint.cs (7)
3113
if(!IsCustomPropertySet(CommonCustomProperties.
BackImageAlignment
))
3114
SetAttributeObject(CommonCustomProperties.
BackImageAlignment
, ChartImageAlignmentStyle.TopLeft);
3882
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
BackImageAlignment
))
3884
return (ChartImageAlignmentStyle)GetAttributeObject(CommonCustomProperties.
BackImageAlignment
);
3894
return (ChartImageAlignmentStyle)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
BackImageAlignment
);
3909
SetAttributeObject(CommonCustomProperties.
BackImageAlignment
, value);
5965
return CheckIfSerializationRequired(CommonCustomProperties.
BackImageAlignment
);