Gets the axes collection.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public AxesCollection Axes { get; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public ReadOnly Property Axes As AxesCollection
	Get

Remarks

This collection contains the X, Y and Y2 axes. The Axes collection is provided to allow the convenience of iterating on each axis in the collection while setting properties. The elements of the collection are the same objects as exposed by the Area AxisX, AxisY and AxisY2 properties. The number of elements in the Axes collection cannot be changed.

See Also