This represents a collection of ChartArea objects.
ChartAreaCollection class represents a strongly typed collection of ChartArea objects. Each chart area has a unique name in the collection and can be retrieved by name or index.
Visual Basic (Declaration) | |
---|---|
Public Class ChartAreaCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class ChartAreaCollection |
The ChartAreaCollection class represents a collection of ChartArea objects, which in turn represent the chart areas that are displayed within the chart image.
This class is exposed as the ChartAreas property of the root Chart object.
The Count property indicates the total number of items in the collection, and is commonly used to find the upper bound of the collection.
System.Object
Dundas.Charting.WinControl.ChartAreaCollection
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family