TiStripChart.PrinterClearCommentLines

TiStripChart See Also

Use PrinterClearCommentLines to clear out all comment lines printed at the bottom of the Strip Chart image.

procedure
PrinterClearCommentLines;

Description

Use PrinterClearCommentLines to clear out all comment lines printed at the bottom of the Strip Chart image. PrinterClearCommentLines should be called before the PrintChart method if you wish to clear out the comment lines or to change the comment lines.

Example

Delphi

iComponent.PrinterClearCommentLines;

C++ Builder

iComponent->PrinterClearCommentLines();

Contents | Index | Previous | Next