Implemented interface member:
property
MapAreaAttributes
System.Web.UI.DataVisualization.Charting.IChartMapArea.MapAreaAttributes
2 writes to MapAreaAttributes
System.Windows.Forms.DataVisualization (2)
Common\General\ChartGraphics.cs (2)
1581 point.MapAreaAttributes = point.LabelMapAreaAttributes; 1617if (oldMapAreaAttributes != null) point.MapAreaAttributes = oldMapAreaAttributes; else point.ResetMapAreaAttributes();
15 references to MapAreaAttributes
System.Windows.Forms.DataVisualization (15)
Common\ChartTypes\PieChart.cs (1)
1882point.ReplaceKeywords(point.MapAreaAttributes),
Common\General\ChartGraphics.cs (1)
1574 string oldMapAreaAttributes = point.IsCustomPropertySet( CommonCustomProperties.MapAreaAttributes) ? point.MapAreaAttributes : null;
Common\General\ChartGraphics3D.cs (3)
792point.ReplaceKeywords(point.MapAreaAttributes), 920point.ReplaceKeywords(point.MapAreaAttributes), 1058point.ReplaceKeywords(point.MapAreaAttributes),
Common\General\Selection.cs (10)
527point.MapAreaAttributes.Length > 0 || 534 point.ReplaceKeywords(point.MapAreaAttributes), 600point.MapAreaAttributes.Length > 0 || 609 point.ReplaceKeywords(point.MapAreaAttributes), 683point.MapAreaAttributes.Length > 0 || 693 point.ReplaceKeywords(point.MapAreaAttributes), 755point.MapAreaAttributes.Length > 0 || 762point.ReplaceKeywords(point.MapAreaAttributes), 824point.MapAreaAttributes.Length > 0 || 837 point.ReplaceKeywords(point.MapAreaAttributes),