TiAngularLogGauge.TickLabelStyle

TiAngularLogGauge

Specifies the Tick Label formatting style.

type TiLogLabelStyle = (illsValue, illsScientific);

property TickLabelStyle : TiLogLabelStyle;

Description

Set TickLabelStyle to specify how the Tick Label's are formatted.

These are the possible values:

Value
Meaning
illsValue
Fixed value format. (Ex. 10000).
illsScientific
Scientific format. (Ex. 1E5)

Example

Delphi

iComponent.TickLabelStyle := illsScientific;

C++ Builder

iComponent->TickLabelStyle = illsScientific;

Contents | Index | Previous | Next