TiScaleComponent.TickMajorCount

TiScaleComponent See Also

Specifies the number of Major Ticks shown.

property TickMajorCount : Integer;

Description

Use TickMajorCount to set the number of Major Ticks shown. TickMajorCount should be set to one more than the desires number of major sections. For example, if you want 5 major sections, set TickMajorCount to 6.

Example

Delphi

iComponent.TickMajorCount := 6;

C++ Builder

iComponent->TickMajorCount = 6;

Note:
Not all descendants implement this property.

Contents | Index | Previous | Next