IChart.DisplayZAxis

Syntax

DisplayZAxis: Boolean;

Description

The DisplayZAxis property determines whether Z axis is displayed on a chart.

Comments

To use this property, IChart.DisplayMode must be set to ChartDisplayMode.ModeManhattan3D.

Example

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

See also:

IChart