TiPlotAxis.MinorLength
TiPlotAxis See Also
Specifies the axis minor ticks length.
property MinorLength : Integer;
Description
Use MinorLength to get or set the axis minor ticks length.
Example
Delphi
iComponent.XAxis[0].MinorLength := 7;
iComponent.YAxis[0].MinorLength := 7;
C++ Builder
iComponent->XAxis[0]->MinorLength = 7;
iComponent->YAxis[0]->MinorLength = 7;
Contents | Index | Previous | Next