IChartDateAxisSettings.MinorTickUnitInterval

Fore Syntax

MinorTickUnitInterval: Integer;

Fore.NET Syntax

MinorTickUnitInterval: integer;

Description

The MinorTickUnitInterval property determines a minor tick marks interval on the dates axis.

Comments

To set up major tick marks interval on the dates axis, use the IChartDateAxisSettings.MajorTickUnitInterval property.

Fore and Fore.NET Examples

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

See also:

IChartDateAxisSettings