TiScaleComponent.TickMargin
TiScaleComponent See Also
Specifies the margin between the Ticks and the Pointer.
property TickMargin : Integer;
Description
Use TickMargin to set the margin between the Ticks and the Pointer. The
TickMargin value is in pixels.
Example
Delphi
iComponent.TickMargin := 5;
C++ Builder
iComponent->TickMargin = 5;
Contents | Index | Previous | Next