TiCompass.TickLength
TiCompass See Also
Specifies the length of the ticks.
property TickLength : Integer;
Description
Use TickLength to get or set the length of the ticks. The TickLength value is
in pixels.
Example
Delphi
iComponent.TickLength := 15;
C++ Builder
iComponent->TickLength = 15;
Contents | Index | Previous | Next