TiPlotAxis.OuterMargin

TiPlotAxis See Also

Specifies the margin between the axis labels or axis title if shown and the side away form the data view.

property OuterMargin : Integer;

Description

Use OuterMargin to get or set margin between the axis labels or the axis title if shown and the side away form the data view. The OuterMargin value is in pixels.

Example

Delphi

iComponent.XAxis[0].OuterMargin := 5;

iComponent.YAxis[0].OuterMargin := 5;

C++ Builder

iComponent->XAxis[0]->OuterMargin = 5;

iComponent->YAxis[0]->OuterMargin = 5;

Contents | Index | Previous | Next