TiAngularLogGauge.SetPointersMargin

TiAngularLogGauge See Also

Used to set the margin of a specific pointer at runtime.

function SetPointersMargin (Index: Integer, Value: Integer);

Description

Use SetPointersMargin to set the margin of the pointer specified by Index.

For backward compatibility, the PointerMargin property of the gauge component will modify the margin of Pointer index 0.

Example

Delphi

iComponent.SetPointersMargin(1, 5); //Sets the second pointer's margin

C++ Builder

iComponent->SetPointersMargin(1,5 ); //Sets the second pointer's margin

Note: Index is 0 based. Pointer with Index 0 can never be deleted.

Contents | Index | Previous | Next