ChartArea.Axes Property
.NET Framework (current version)
Gets or sets an array that represents all axes for a chart area.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
The main purpose of this property is to provide access to the properties of the X, Y, X2 and Y2 axes at design time.
At run time, the axes for a chart area should be accessed using the individual axis properties, such as AxisX, AxisX2, and so forth.
If you decide to use this property at run time—for example, in an event—you can access an item in this array by specifying an AxisName enumeration member as the identifier.
.NET Framework
Available since 4.0
Available since 4.0
Show: