TiCompass.TickWidth

TiCompass See Also

Specifies the width of the ticks.

property TickWidth : Integer;

Description

Use TickWidth to get or set the width of the ticks. The TickWidth value is in pixels.

Example

Delphi

iComponent.TickWidth := 2;

C++ Builder

iComponent->TickWidth = 2;

Contents | Index | Previous | Next