TiPlotComponent.PrintMarginTop
TiPlotComponent See Also
Specifies the top margin when printing the chart.
property PrintMarginTop : Double;
Description
Use PrintMarginTop to get or set the top margin when printing. The
PrintMarginTop value is in inches.
Example
Delphi
iComponent.PrintMarginTop := 1;
C++ Builder
iComponent->PrintMarginTop = 1;
Contents | Index | Previous | Next