TiScaleComponent.TickLabelPrecision
TiScaleComponent See Also
Specifies the precision of the Tick Labels.
property TickLabelPrecision : Integer;
Description
Use TickLabelPrecision to set the precision of the Tick Labels. To show
integers only, set TickLabelPrecision to 0.
Example
Delphi
iComponent.TickLabelPrecision := 1;
C++ Builder
iComponent->TickLabelPrecision = 1;
Contents | Index | Previous | Next