TiStripChart.OuterMarginLeft
TiStripChart See Also
Specifies the margin between the left side of the control and the Y-Axis
labels.
property OuterMarginLeft : Integer;
Description
Use OuterMarginLeft to get or set the margin between the left side of the
control and the Y-Axis labels.
Example
Delphi
iComponent.OuterMarginLeft := 10;
C++ Builder
iComponent->OuterMarginLeft = 10;
Contents | Index | Previous | Next