TiStripChart.XAxisTickMinorLength

TiStripChart See Also

Specifies the X-Axis minor ticks length.

property XAxisTickMinorLength : Integer;

Description

Use XAxisTickMinorLength to set the X-Axis minor ticks length.

Example

Delphi

iComponent.XAxisTickMinorLength := 3;

C++ Builder

iComponent->XAxisTickMinorLength = 3;

Contents | Index | Previous | Next