TiStripChart.XAxisMargin

TiStripChart See Also

Specifies the margin between the X-Axis ticks and the X-Axis line.

property XAxisMargin : Integer;

Description

Use XAxisMargin to set the margin between the X-Axis ticks and the X-Axis line.

Example

Delphi

iComponent.XAxisMargin := 5;

C++ Builder

iComponent->XAxisMargin = 5;

Contents | Index | Previous | Next