TiScaleComponent.TickLabelMargin

TiScaleComponent See Also

Specifies the margin between the Tick Labels and Major Ticks.

property TickLabelMargin : Integer;

Description

Use TickLabelMargin to set the margin between the Tick Labels and Major Ticks. The TickLabelMargin value is in pixels.

Example

Delphi

iComponent.TickLabelMargin := 15;

C++ Builder

iComponent->TickLabelMargin = 15;

Contents | Index | Previous | Next