PlotWindow({Object}) Constructor

Top 

Description

Creates a new PlotWindow which will plot the objects specified by objectsToPlot.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

PlotWindow(

{Object} objectsToPlot)

 

 

Arguments

objectsToPlot


Description:

The objects which will appear in the Plot Window. If the PlotWindow PlotType is "XYPlot", the first object will be plotted along the x-axis, and any additional objects will be plotted on the y-axis. If the PlotType is "PolarPlot", every two objects will specify an angle-radius pair.

 

 

 

Syntax

PlotWindow myPlotWindow1({ myObject1 });

 

 

See also

PlotWindow Object

PlotWindow Guide