TiPlotAxis.InnerMargin
TiPlotAxis See Also
Specifies the margin between the axis line and the side towards the data view.
property InnerMargin : Integer;
Description
Use InnerMargin to get or set the margin between the axis line and the side
towards the data view. The InnerMargin value is in pixels.
Example
Delphi
iComponent.XAxis[0].InnerMargin := 5;
iComponent.YAxis[0].InnerMargin := 5;
C++ Builder
iComponent->XAxis[0]->InnerMargin = 5;
iComponent->YAxis[0]->InnerMargin = 5;
Contents | Index | Previous | Next