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