IChart.AxisZ

Fore Syntax

AxisZ: IChartAxis;

Fore.NET Syntax

AxisZ: Prognoz.Platform.Interop.Chart.IChartAxis;

Description

The AxisZ property returns Z axis parameters on the chart.

Comments

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

Fore and Fore.NET examples

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

See also:

IChart