TiScaleComponent.TickMinorCount

TiScaleComponent See Also

Specifies the number of Minor Ticks shown.

property TickMinorCount : Integer;

Description

Use TickMinorCount to set the number of Minor Ticks shown. TickMinorCount should be set to one less than the desires number of minor sections. For example, if you want 5 minor sections, set TickMinorCount to 4.

Example

Delphi

iComponent.TickMinorCount := 4;

C++ Builder

iComponent->TickMinorCount = 4;

Contents | Index | Previous | Next