IChartAxis.AxisType

Fore Syntax

AxisType: ChartAxisType;

Fore.NET Syntax

AxisType: Prognoz.Platform.Interop.Chart.ChartAxisType;

Description

The AxisType property determines the type of chart axis.

Comments

The property is available and can be saved only for the X axis. The AxisType property cannot be used in the following charts:

Fore and Fore.NET examples

The property use is given in the example for IChartDateAxisSettings.Max.

See also:

IChartAxis