ComponentOne 3D Chart for WinForms
3D Chart Design-Time Support / Chart3D Collection Editors / Chart3DAxis Collection Editor
In This Topic
    Chart3DAxis Collection Editor
    In This Topic
    The Chart3DAxis Collection Editor is used for modifying the properties for the X, Y, and Z axes in C1Chart3D.

    To access the Chart3DAxis Collection Editor:

    1. Right-click on the C1Chart3D control and select Properties from its context menu.
    2. In the Properties window, expand the ChartArea node, then click on the ellipsis button next to the AxesCollection object. The Chart3DAxis Collection Editor opens.

    Within the Chart3DAxis Collection Editor a Chart3DAxis Label Collection Editor exists. For more information on the Chart3DAxis Label Collection Editor see, Chart3DAxisLabel Collection Editor.

    Properties available in the Chart3DAxis Collection Editor

    The following properties are available for the user in the Chart3DAxis Collection Editor at design time or they can be used in the Chart3DAxis class at run-time:

    Members Description
    AnnoFormat Gets or sets the annotation format.
    AnnoFormatString Gets or set the annotation format string used with manual formats.
    AnnoMethod Gets or sets annotation method of the axis.
    AnnoPosition Gets or sets the position of the axis annotation and text.
    AnnoRotated Gets or sets whether annotation rotated.
    AutoMajor Gets or sets whether major tick mark values are calculated automatically.
    AutoMax Gets or sets whether the axis minimum value is calculated automatically.
    AutoMin Gets or sets whether the axis minimum value is calculated automatically.
    AutoMinor Gets or sets whether minor tick mark values are calculated automatically.
    MajorGrid Gets the major grid lines object.
    Chart3DLineStyle Grid line style.
    Max Gets or sets the maximum value of the axis.
    Min Gets or sets the minimum value of the axis.
    Title Gets or sets the title of the axis.
    UnitMajor Gets or sets the units between major tickmarks.
    UnitMinor Gets or sets the units between minor tickmarks.
    ValueLabels Gets the axis value labels.
    Visible Gets or sets the axis visibility.
    See Also