8 references to LegendMapAreaAttributes
System.Windows.Forms.DataVisualization (8)
Common\DataManager\DataPoint.cs (8)
3167
if(!IsCustomPropertySet(CommonCustomProperties.
LegendMapAreaAttributes
))
3168
SetAttributeObject(CommonCustomProperties.
LegendMapAreaAttributes
, "");
5538
SetAttributeObject(CommonCustomProperties.
LegendMapAreaAttributes
, value);
5546
if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
LegendMapAreaAttributes
))
5548
return (String)GetAttributeObject(CommonCustomProperties.
LegendMapAreaAttributes
);
5558
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
LegendMapAreaAttributes
);
6183
return CheckIfSerializationRequired(CommonCustomProperties.
LegendMapAreaAttributes
);
6663
ResetProperty(CommonCustomProperties.
LegendMapAreaAttributes
);