TiStripChart.OuterMarginRight

TiStripChart See Also

Specifies the margin between the right side of the control and the legend.

property OuterMarginRight : Integer;

Description

Use OuterMarginRight to get or set the margin between the right side of the control and the legend. If the legend is not shown, then the margin represents the margin between the right side of the control and the X-Axis right side.

Example

Delphi

iComponent.OuterMarginRight := 10;

C++ Builder

iComponent->OuterMarginRight = 10;

Contents | Index | Previous | Next