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