TiScaleComponent.TickMinorLength

TiScaleComponent See Also

Specifies the Minor Ticks' length.

property TickMinorLength : Integer;

Description

Use TickMinorLength to set the Minor Ticks' length.

Example

Delphi

iComponent.TickMinorLength := 3;

C++ Builder

iComponent->TickMinorLength = 3;

Contents | Index | Previous | Next