IChart.DisplayZAxis

Fore Syntax

DisplayZAxis: Boolean;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IChart