TiStripChart.PrinterMarginRight

TiStripChart See Also

Specifies the right margin when printing the chart.

property PrinterMarginRight : Double;

Description

Use PrinterMarginRight to get or set the right margin when printing. The right margin value is in inches.

Example

Delphi

iComponent.PrinterMarginRight := 10;

C++ Builder

iComponent->PrinterMarginRight = 10;

Contents | Index | Previous | Next