IChart.AxisZ

Syntax

AxisZ: IChartAxis;

Description

The AxisZ property returns Z axis parameters on a chart.

Comments

To get the Z axis, set the IChart.DisplayZAxis property to True.

Example

The property use is given in the example for IChart.DisplayMode.

See also:

IChart