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