8 references to LabelMapAreaAttributes
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3148
if (!IsCustomPropertySet(CommonCustomProperties.
LabelMapAreaAttributes
))
3149
SetAttributeObject(CommonCustomProperties.
LabelMapAreaAttributes
, "");
5693
SetAttributeObject(CommonCustomProperties.
LabelMapAreaAttributes
, value);
5701
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
LabelMapAreaAttributes
))
5703
return (String)GetAttributeObject(CommonCustomProperties.
LabelMapAreaAttributes
);
5713
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
LabelMapAreaAttributes
);
6209
return CheckIfSerializationRequired(CommonCustomProperties.
LabelMapAreaAttributes
);
6689
ResetProperty(CommonCustomProperties.
LabelMapAreaAttributes
);