Chart.ChartAreas Property
.NET Framework (current version)
Gets a read-only ChartAreaCollection object that is used to store ChartArea objects.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.InnerProperty)> Public ReadOnly Property ChartAreas As ChartAreaCollection
Property Value
Type: System.Web.UI.DataVisualization.Charting.ChartAreaCollectionA ChartAreaCollection object that is used to store 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: