TiPlotComponent.OuterMarginTop

TiPlotComponent See Also

Specifies the margin between the top side edge of the control and the internal drawn elements. If the toolbar is visible, the margin is in reference to the bottom edge of the toolbar.

property OuterMarginTop : Integer;

Description

Use OuterMarginTop to get or set the margin between the top-side edge of the control and the internal drawn elements. The OuterMarginTop value is in pixels.

Example

Delphi

iComponent.OuterMarginTop := 10;

C++ Builder

iComponent->OuterMarginTop = 10;

Contents | Index | Previous | Next