TiStripChart.YAxisTickMajorCount

TiStripChart See Also

Specifies the number of Y-Axis major ticks shown.

property YAxisTickMajorCount : Integer;

Description

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

Example

Delphi

iComponent.YAxisTickMajorCount := 6;

C++ Builder

iComponent->YAxisTickMajorCount = 6;

Contents | Index | Previous | Next