TiStripChart.XAxisTickMajorCount

TiStripChart See Also

Specifies the number of X-Axis major ticks shown.

property XAxisTickMajorCount : Integer;

Description

Use XAxisTickMajorCount to set the number of X-Axis major ticks shown. XAxisTickMajorCount should be set to one more than the desires number of major sections. For example, if you want 5 major sections, set XAxisTickMajorCount to 6.

Example

Delphi

iComponent.XAxisTickMajorCount := 11;

C++ Builder

iComponent->XAxisTickMajorCount = 11;

Contents | Index | Previous | Next