TiLogGauge.PointerOffSet

TiLogGauge

Specifies the offset between the Pointer and the Ticks Axis.

property PointerOffSet : Integer;

Description

Use PointerOffSet to get or set the offset between the Pointer and the Ticks Axis. The PointerOffSet value is in pixels.

Example

Delphi

iComponent.PointerOffSet := 5;

C++ Builder

iComponent->PointerOffSet = 5;

Contents | Index | Previous | Next