TiStripChart.OuterMarginBottom

TiStripChart See Also

Specifies the margin between the bottom of the control and the X-Axis labels.

property OuterMarginBottom : Integer;

Description

Use OuterMarginBottom to get or set the margin between the bottom of the control and the X-Axis labels.

Example

Delphi

iComponent.OuterMarginBottom := 10;

C++ Builder

iComponent->OuterMarginBottom = 10;

Contents | Index | Previous | Next