TiScaleComponent.ShowTicksMajorFirstLast
TiScaleComponent See Also
Specifies whether the first and last Major Ticks are shown.
property ShowTicksMajorFirstLast : Boolean;
Description
Use ShowTicksMajorFirstLast to specify whether the first and last Major Ticks
are shown. When ShowTicksMajorFirstLast is FALSE, the first and last Major
Ticks are not shown. When ShowTicksMajorFirstLast is TRUE, the first and last Major
Ticks are shown.
Example
Delphi
iComponent.ShowTicksMajorFirstLast := True;
C++ Builder
iComponent->ShowTicksMajorFirstLast = True;
Note: Not all descendants implement this property.
Contents | Index | Previous | Next