9 references to MapAreaAttributes
System.Windows.Forms.DataVisualization (9)
Common\DataManager\DataPoint.cs (8)
3133 if(!IsCustomPropertySet(CommonCustomProperties.MapAreaAttributes)) 3134 SetAttributeObject(CommonCustomProperties.MapAreaAttributes, ""); 4918 SetAttributeObject(CommonCustomProperties.MapAreaAttributes, value); 4926 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.MapAreaAttributes)) 4928 return (String)GetAttributeObject(CommonCustomProperties.MapAreaAttributes); 4938 return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.MapAreaAttributes); 6148 return CheckIfSerializationRequired(CommonCustomProperties.MapAreaAttributes); 6628 ResetProperty(CommonCustomProperties.MapAreaAttributes);
Common\General\ChartGraphics.cs (1)
1574 string oldMapAreaAttributes = point.IsCustomPropertySet( CommonCustomProperties.MapAreaAttributes) ? point.MapAreaAttributes : null;