PlotWindow.SavePlotImage(Variable, String, Variable, Variable) Method

Top 

Description

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.

 

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.

 

Method Signature

PlotWindow.SavePlotImage(

Variable saveAsType,


String filename,


Variable width,


Variable height)

 

 

Arguments

saveAsType


Description:

The numeric value representing the save as type.

Valid Values:

Value

Label

1

Bitmap (BMP) Format, *.bmp

2

Graphics Interchange Format (GIF), *.gif

3

JPEG Format, *.jpeg

4

Portable Network Graphics (PNG) Format, *.png

5

Tagged Image File Format (TIFF), *.tif

6

Windows Enhanced Metafile (EMF) Format, *.emf

7

Windows MetaFile, *.wmf

8

Vector Markup Language (VML) Format, *.htm

9

Scalable Vector Graphic (SVG) Format, *.svg

10

Portable Document Format (PDF), *.pdf

11

Encapsulated PostScript Format, *.eps

12

Extensible Application Markup Language (XAML) Format, *.xaml

13

Adobe FLEX Format, *.mxml

14

HTML 5 Format, *.htm

15

JavaScript Chart Embedded into an HTML Canvas, *.html

 

 

 

filename


Description:

The file to which the plot image will be saved.

 

 

width


Description:

The width of the image size.

Valid Range:

width ≥ 100

 

 

height


Description:

The height of the image size.

Valid Range:

height ≥ 100

 

 

 

Syntax

myPlotWindow1.SavePlotImage(myVariable1, myString1, myVariable2, myVariable3);

 

 

See also

PlotWindow Object

PlotWindow.SavePlotImage

PlotWindow Guide