TiCompass.TickLabelOuterMargin
TiCompass See Also
Specifies the margin between the Tick Labels and the bevel edge of the control.
property TickLabelOuterMargin : Integer;
Description
Use TickLabelOuterMargin to get or set the margin between the Tick Labels and
the bevel edge of the control. The TickLabelOuterMargin value is in pixels.
Example
Delphi
iComponent.TickLabelOuterMargin := 15;
C++ Builder
iComponent->TickLabelOuterMargin = 15;
Contents | Index | Previous | Next