PrintChart method (Trend object)

Prints the trend chart, along with the line legend on the left and the current value information on the right.
Syntax
Trend
.
PrintChart
(
UsePortraitMode, ShowPrinterSelection
)
where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.
UsePortraitMode
-
is a parameter of the type Boolean that can be set to one of the following:
  • True
    . Prints the chart in portrait format (tall)
  • False
    . Prints the chart in landscape format (wide)
ShowPrinterSelection
-
is a parameter of the type Boolean that can be set to one of the following:
  • True
    . Opens a print dialog box and allow the operator to select a printer
  • False
    . Prints directly to the default printer without displaying a print dialog box
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal