TiStripChart.XAxisTickMinorCount

TiStripChart See Also

Specifies the number of X-Axis minor ticks shown.

property XAxisTickMinorCount : Integer;

Description

Use XAxisTickMinorCount to set the number of X-Axis minor ticks shown. XAxisTickMinorCount should be set to one less than the desires number of minor sections. For example, if you want 5 minor sections, set XAxisTickMinorCount to 4.

Example

Delphi

iComponent.XAxisTickMinorCount := 4;

C++ Builder

iComponent->XAxisTickMinorCount = 4;

Contents | Index | Previous | Next