TiStripChart.XAxisLabelMargin

TiStripChart See Also

Specifies the margin between the X-Axis labels and the XAxisTicksMajor.

property XAxisLabelMargin : Integer;

Description

Use XAxisLabelMargin to set the margin between the X-Axis labels and the XAxisTicksMajor.

Example

Delphi

iComponent.XAxisLabelMargin := 5;

C++ Builder

iComponent->XAxisLabelMargin = 5;

Contents | Index | Previous | Next