TiStripChart.PrinterMarginBottom

TiStripChart See Also

Specifies the bottom margin when printing the chart.

property PrinterMarginBottom : Double;

Description

Use PrinterMarginBottom to get or set the bottom margin when printing. The bottom margin value is in inches.

Example

Delphi

iComponent.PrinterMarginBottom := 10;

C++ Builder

iComponent->PrinterMarginBottom = 10;

Contents | Index | Previous | Next