TiStripChart.PrinterMarginLeft

TiStripChart See Also

Specifies the left margin when printing the chart.

property PrinterMarginLeft : Double;

Description

Use PrinterMarginLeft to get or set the left margin when printing. The left margin value is in inches.

Example

Delphi

iComponent.PrinterMarginLeft := 10;

C++ Builder

iComponent->PrinterMarginLeft = 10;

Contents | Index | Previous | Next