PlotWindow.PlotType Property

Top 

Description

The type of Plot.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

string

Access:

read/write

Default Value:

"XYPlot" ( X-Y Plot )

Valid Values:

Value

Label

"XYPlot"

X-Y Plot

"PolarPlot"

Polar Plot

 

Syntax

myString1 = myPlotWindow1.PlotType;

 

myPlotWindow1.PlotType = myString1;

 

See also

PlotWindow Object

PlotWindow Guide