IChartAxis.AxisType

Fore Syntax

AxisType: ChartAxisType;

Fore.NET Syntax

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

Description

The AxisType property determines a 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 chart types:

Fore and Fore.NET Examples

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

See also:

IChartAxis