PlotWindow.Series Property

Top 

Description

The array of series objects that have been added to the PlotWindow. Provides access to each individual series' properties.

 

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:

Array of PlotSeries

Access:

read

 

Syntax

myString1 = myPlotWindow1.Series[0].Name;

 

See also

PlotWindow Object

PlotWindow Guide