IChartDateAxisSettings.MajorTickUnitInterval

Syntax

MajorTickUnitInterval: Integer;

Description

The MajorTickUnitInterval property determines major tick mark intervals on the dates axis.

Comments

To set up minor tick mark intervals on the dates axis, use the IChartDateAxisSettings.MinorTickUnitInterval property.

Example

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

See also:

IChartDateAxisSettings