TiStripChart.PrintChart
TiStripChart See Also
Prints an image of the Strip Chart.
procedure PrintChart;
Description
Use PrintChart to print an image of the Strip Chart. The chart will be stretch
proportionally until it reaches the PrinterMarginRight or PrinterMarginBottom using the orientation specified in the PrinterOrientation property.
Example
Delphi
iComponent.PrintChart;
C++ Builder
iComponent->PrintChart();
Contents | Index | Previous | Next