IChart.DisplayZAxis

Fore Syntax

DisplayZAxis: Boolean;

Fore.NET Syntax

DisplayZAxis: boolean;

Description

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

Comments

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

Fore and Fore.NET examples

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

See also:

IChart