View Plot As Picture¶
Render the plot to a LabVIEW picture, so it can be displayed.
By default, the plot will be rendered using whatever size it currently has (see Set Plot Size). To exactly match the dimensions of an existing Picture control, wire a control reference to the Ref for Sizing terminal.
Note
To save your plot to a file on disk, use Save Plot To Disk.
- Plot ID/Plot ID Out
- Plot identifier. Plot ID Out always contains the same value as Plot ID.
- Ref for Sizing
- Optional reference to an existing Picture object. If provided, the plot will first be resized to exactly match the dimensions of the Picture. See also Set Plot Size.
- Picture
- Rendered plot, as a LabVIEW Picture.
- Error In/Out
- Terminals for standard error functionality.
Example¶
Download Getting Started.vi
,
or see Examples for a complete list of examples.
Errors¶
Other information¶
Invalid Picture references wired to Ref for Sizing will be ignored.