ComponentOne 3D Chart for WinForms
In This Topic
    3D Axes
    In This Topic

    The 3D chart has an X, Y, and Z axis that can be controlled by the Chart3DAxis object. You can customize the look and feel of the axes through the Chart3DAxis object and then set the X, Y, or Z axis object through the AxisX, AxisY, and AxisZ properties for the new Axes settings to appear on the X, Y, and Z axes.

    This section describes the most common axis configuration scenarios used to make the chart more readable such as labeling, scaling, and formatting.

    See Also