2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / Area Class / Axes Property

In This Topic
    Axes Property
    In This Topic
    Gets the axes collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Axes As AxesCollection
    public AxesCollection Axes {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