IChartDateAxisSettings.MajorTickUnitInterval

Fore Syntax

MajorTickUnitInterval: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IChartDateAxisSettings