PlotWindow() Constructor

Top 

Description

Creates a new PlotWindow with no series and a default mode of XYPlot. Series must be added manually using the AddSeries method.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Constructor Signature

PlotWindow(

)

 

 

Syntax

PlotWindow myPlotWindow1();

 

 

See also

PlotWindow Object

PlotWindow Guide