TiPlotComponent.PrintChart
TiPlotComponent See Also
Prints an image of the plot.
procedure PrintChart;
Description
Use PrintChart to print an image of the plot. If the PrintShowDialog property is True, the user will be presented with a dialog to modify the
print job. The chart will be stretch proportionally to fit the entire page until it
reaches the PrintMarginRight, PrintMarginBottom, using the orientation specified in the PrintOrientation property.
Example
Delphi
iComponent.PrintChart;
C++ Builder
iComponent->PrintChart();
Contents | Index | Previous | Next