TiAngularLogGauge.ArcRangeDegrees

TiAngularLogGauge

Specifies the number of degrees the arc is drawn.

property ArcRangeDegrees : Integer;

Description

Use ArcRadius to set the number of degrees the arc is drawn. The ArcRangeDegrees value is in degrees. Value must be 360 or less.

Note: if 360 degrees is used, then you will need to use the OnCustomizeTickLabel event to block one of the labels (Set to empty string) to prevent overlap.

Example

Delphi

iComponent.ArcRangeDegrees := 90;

C++ Builder

iComponent->ArcRangeDegrees = 90;

Contents | Index | Previous | Next