TiStripChart.PrinterCommentLineSpacing
TiStripChart See Also
Specifies the line spacing of the printed comment lines.
property PrinterCommentLineSpacing : Double;
Description
Use PrinterCommentLineSpacing to set the line spacing of the printed comment
lines. The value represents the percentage of a comment line height using the
current PrinterCommentLinesFont.
Example
Delphi
iComponent.PrinterCommentLineSpacing := 0.50; //Half line spacing
C++ Builder
iComponent->PrinterCommentLineSpacing = 0.50; //Half line spacing
Note: This is a runtime only property.
Contents | Index | Previous | Next