TiScaleComponent.TickMinorAlignment

TiScaleComponent See Also

Determines the Minor Tick alignment relative to the Major Ticks.

type TiTickMinorAlignment = (itmnaInside, itmnaCenter, itmnaOutside);

property
TickMinorAlignment : TiTickMinorAlignment;

Description

Use TickMinorAlignment to specify the Minor Tick alignment relative to the Major Ticks.

These are the possible values:

Value
Meaning
itmnaInside
Aligned to the edge of the Major Ticks towards the pointer.
itmnaCenter
Aligned center to the Major Ticks.
itmnaOutside
Aligned to the edge of the Major Ticks away from the pointer.

Example

Delphi

iComponent.TickMinorAlignment := itmnaInside;

C++ Builder

iComponent->TickMinorAlignment = itmnaInside;

Contents | Index | Previous | Next