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;
1617
if (oldMapAreaAttributes != null) point.
MapAreaAttributes
= oldMapAreaAttributes; else point.ResetMapAreaAttributes();
15 references to MapAreaAttributes
System.Windows.Forms.DataVisualization (15)
Common\ChartTypes\PieChart.cs (1)
1882
point.ReplaceKeywords(point.
MapAreaAttributes
),
Common\General\ChartGraphics.cs (1)
1574
string oldMapAreaAttributes = point.IsCustomPropertySet( CommonCustomProperties.MapAreaAttributes) ? point.
MapAreaAttributes
: null;
Common\General\ChartGraphics3D.cs (3)
792
point.ReplaceKeywords(point.
MapAreaAttributes
),
920
point.ReplaceKeywords(point.
MapAreaAttributes
),
1058
point.ReplaceKeywords(point.
MapAreaAttributes
),
Common\General\Selection.cs (10)
527
point.
MapAreaAttributes
.Length > 0 ||
534
point.ReplaceKeywords(point.
MapAreaAttributes
),
600
point.
MapAreaAttributes
.Length > 0 ||
609
point.ReplaceKeywords(point.
MapAreaAttributes
),
683
point.
MapAreaAttributes
.Length > 0 ||
693
point.ReplaceKeywords(point.
MapAreaAttributes
),
755
point.
MapAreaAttributes
.Length > 0 ||
762
point.ReplaceKeywords(point.
MapAreaAttributes
),
824
point.
MapAreaAttributes
.Length > 0 ||
837
point.ReplaceKeywords(point.
MapAreaAttributes
),