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