1 instantiation of ChartAreaCollection
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
1558 _chartAreas = new ChartAreaCollection(this);
4 references to ChartAreaCollection
System.Windows.Forms.DataVisualization (4)
Common\Converters\LegendConverters.cs (1)
82 ChartAreaCollection areaCollection = null;
Common\General\Chart.cs (2)
1482private ChartAreaCollection _chartAreas = null; 2449 public ChartAreaCollection ChartAreas
Common\General\ChartAreaCollection.cs (1)
56/// Initializes a new instance of the <see cref="ChartAreaCollection"/> class.