TiStripChart.PrinterMarginTop

TiStripChart See Also

Specifies the top margin when printing the chart.

property PrinterMarginTop : Double;

Description

Use PrinterMarginTop to get or set the top margin when printing. The top margin value is in inches.

Example

Delphi

iComponent.PrinterMarginTop := 10;

C++ Builder

iComponent->PrinterMarginTop = 10;

Contents | Index | Previous | Next