TiStripChart.PrinterAddCommentLine
TiStripChart See Also
Use PrinterAddCommentLine to add comment lines to the bottom of the printed
Strip Chart image.
procedure PrinterAddCommentLine(Value : String);
Description
Use PrinterAddCommentLine to add comment lines to the bottom of the printed
Strip Chart image. PrinterAddCommentLine should be called before the PrintChart method if you wish to add comment lines below the printed Strip Chart image.
There is no software limitation to the number of lines and their character
length that you can add, only the limitation of the paper size.
Example
Delphi
iComponent.PrinterAddCommentLine('Comment Line 1');
C++ Builder
iComponent->PrinterAddCommentLine("Comment Line 1");
Contents | Index | Previous | Next