TiSlidingCompass.TickMajorCount
TiSlidingCompass See Also
Specifies the number of Major Ticks shown in the scale.
property TickMajorCount : Integer;
Description
Use TickMajorCount to set or read the number of Major Ticks shown.
TickMajorCount should be set to one more than the desires number of major sections. For
example, if you want 5 major sections, set TickMajorCount to 6.
Note: With a properly setup ScaleShadowColor, the end-most major ticks generally disappear (blend-in) into the Shadow.
Example
Delphi
iComponent.TickMajorCount := 6;
C++ Builder
iComponent->TickMajorCount = 6;
Contents | Index | Previous | Next