# 3D Axes

## Content



The 3D chart has an X, Y, and Z axis that can be controlled by the [Chart3DAxis](/componentone/api/win/online-chart3d/dotnet-framework-api/C1.Win.C1Chart3D.4.8/C1.Win.C1Chart3D.Chart3DAxis.html) 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](/componentone/api/win/online-chart3d/dotnet-framework-api/C1.Win.C1Chart3D.4.8/C1.Win.C1Chart3D.Chart3DArea.AxisX.html), [AxisY](/componentone/api/win/online-chart3d/dotnet-framework-api/C1.Win.C1Chart3D.4.8/C1.Win.C1Chart3D.Chart3DArea.AxisY.html), and [AxisZ](/componentone/api/win/online-chart3d/dotnet-framework-api/C1.Win.C1Chart3D.4.8/C1.Win.C1Chart3D.Chart3DArea.AxisZ.html) 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

[Axis Appearance](/componentone/docs/win/online-chart3d/3daxes/axisappearance)

[Axis Title and Rotation](/componentone/docs/win/online-chart3d/3daxes/axistitleandrotation)

[Axis Tick Marks](/componentone/docs/win/online-chart3d/3daxes/axistickmarks)

[Axis Grid Lines](/componentone/docs/win/online-chart3d/3daxes/axisgridlines)

[Axis Bounds](/componentone/docs/win/online-chart3d/3daxes/axisbounds)

[Axis Scaling](/componentone/docs/win/online-chart3d/3daxes/axisscaling)

[Axes Annotation](/componentone/docs/win/online-chart3d/3daxes/axesannotation)