PlotWindow.SavePlotImage Method

Top 

Description

Saves an image of the plot to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used. When exporting to OpenDocument format the date will be truncated and will always use the format MM/DD/YYYY.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

PlotWindow.SavePlotImage(String saveAsType, String filename)

None

Saves an image of the plot with the dimensions of 800x600 to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.

PlotWindow.SavePlotImage(Variable saveAsType, String filename)

None

Saves an image of the plot with the dimensions of 800x600 to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.

PlotWindow.SavePlotImage(String saveAsType, String filename, Variable width, Variable height)

None

Saves an image of the plot with the dimensions specified to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.

PlotWindow.SavePlotImage(Variable saveAsType, String filename, Variable width, Variable height)

None

Saves an image of the plot with the dimensions specified to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.

 

 

See also

PlotWindow Object

PlotWindow Guide