TiScaleComponent.ShowTicksMajor
TiScaleComponent See Also
Specifies whether Major Ticks are shown.
property ShowTicksMajor : Boolean;
Description
Use ShowTicksMajor to specify whether Major Ticks are shown. When
ShowTicksMajor is FALSE, Major Ticks are not shown. When ShowTicksMajor is TRUE, Major
Ticks are shown.
Example
Delphi
iComponent.ShowTicksMajor := True;
C++ Builder
iComponent->ShowTicksMajor = True;
Contents | Index | Previous | Next