IChartAxis.DateAxisSettings

Syntax

DateAxisSettings: 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.

Example

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

See also:

IChartAxis