TiPlotAxis.LabelsMargin
TiPlotAxis See Also
Specifies the spacing between the major tick and major tick labels.
property LabelsMargin : Double;
Description
Use LabelsMargin to get or set the spacing between the major tick and major
tick labels. LabelsMargin represents the percentage of a character size and is
based on the LabelsFont used for the axis. A value of 0.5 is equal to half the size of a character.
Example
Delphi
iComponent.XAxis[0].LabelsMargin := 0.25;
iComponent.YAxis[0].LabelsMargin := 0.25;
C++ Builder
iComponent->XAxis[0]->LabelsMargin = 0.25;
iComponent->YAxis[0]->LabelsMargin = 0.25;
Contents | Index | Previous | Next