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