TiStripChart.OuterMarginTop

TiStripChart See Also

Specifies the margin between the top of the control and the toolbar.

property OuterMarginTop : Integer;

Description

Use OuterMarginTop to get or set the margin between the top of the control and the toolbar. If the toolbar is not shown, then the margin represents the margin between the top of the control and the top of the title text. If the title text is not shown, then the margin represents the margin between the top of the control and the top of the Y-Axis

Example

Delphi

iComponent.OuterMarginTop := 10;

C++ Builder

iComponent->OuterMarginTop = 10;

Contents | Index | Previous | Next