TiPlotComponent.OuterMarginBottom
TiPlotComponent See Also
Specifies the margin between the bottom side edge of the control and the
internal drawn elements.
property OuterMarginBottom : Integer;
Description
Use OuterMarginBottom to get or set the margin between the bottom side edge of
the control and the internal drawn elements. The OuterMarginBottom value is in
pixels.
Example
Delphi
iComponent.OuterMarginBottom := 10;
C++ Builder
iComponent->OuterMarginBottom = 10;
Contents | Index | Previous | Next