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