TiStripChart.YAxisTickMinorLength
TiStripChart See Also
Specifies the Y-Axis minor ticks length.
property YAxisTickMinorLength : Integer;
Description
Use YAxisTickMinorLength to set the Y-Axis minor ticks length.
Example
Delphi
iComponent.YAxisTickMinorLength := 3;
C++ Builder
iComponent->YAxisTickMinorLength = 3;
Contents | Index | Previous | Next