IChartDateAxisSettings.MinorTickUnitInterval

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.

Example

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

See also:

IChartDateAxisSettings