Z Axis

Possible Usage Scenarios

For some 3‑D charts such as 3‑D column, 3‑D cone, or 3‑D pyramid, which have a depth (series) axis—also known as the Z axis—you can modify it. You can specify the interval between tick marks, axis labels, and other properties.

Handle Primary and Secondary Axes like Microsoft Excel

Please see the following sample code that creates a new Excel file and puts the chart values in the first worksheet. Then we add a chart and set the chart type to Column3D, and you can see the Z axis, also called the Depth Axis.

todo:image_alt_text

Sample Code