TiScaleComponent.TickMajorLength

TiScaleComponent See Also

Specifies the Major Tickslength.

property TickMajorLength : Integer;

Description

Use TickMajorLength to set the Major Ticks length.

Example

Delphi

iComponent.TickMajorLength := 7;

C++ Builder

iComponent->TickMajorLength = 7;

Contents | Index | Previous | Next