Chart::ChartAreas Property
.NET Framework (current version)
Gets a read-only ChartAreaCollection object that is used to store ChartArea objects.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: [BindableAttribute(true)] property ChartAreaCollection^ ChartAreas { ChartAreaCollection^ get(); }
Property Value
Type: System.Windows.Forms.DataVisualization.Charting::ChartAreaCollection^A read-only ChartAreaCollection object that contains collection of ChartArea objects.
This collection property lets you access the ChartAreaCollection object, which stores ChartArea objects and also provides methods and properties used to manipulate the collection.
ChartArea objects are used to plot one or more charts.
.NET Framework
Available since 4.0
Available since 4.0
Show: