IChart.AxisZ

Fore Syntax

AxisZ: IChartAxis;

Fore.NET Syntax

AxisZ: Prognoz.Platform.Interop.Chart.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.

Fore and Fore.NET Examples

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

See also:

IChart