ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DArea Class / Axes Property

In This Topic
    Axes Property
    In This Topic
    Gets the axes collection object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Axes As Chart3DAxisCollection
    public Chart3DAxisCollection Axes {get;}
    Remarks
    The Axes collection is a collection of three Chart3DAxis objects (AxisX, AxisY and AxisZ).
    See Also