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