IChartAxis.DateAxisSettings

Fore Syntax

DateAxisSettings: IChartDateAxisSettings;

Fore.NET Syntax

DateAxisSettings: Prognoz.Platform.Interop.Chart.IChartDateAxisSettings;

Description

The DateAxisSettings property returns dates axis settings.

Comments

The property is available and can be saved only for the X axis. The DateAxisSetting property is taken into account if the IChartAxis.AxisType property is set to ChartAxisType.DateAxis.

Fore and Fore.NET Examples

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

See also:

IChartAxis