PlotWindow.RemoveSeries Method

Top 

Description

Removes the series from the PlotWindow object. The removed series will no longer be drawn by the PlotWindow object. Only series that have been added with the AddSeries method can be removed. Throws an error if the index corresponds to a series that was added in the constructor.

 

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.

 

Overload List

Signatures

Return Value

Description

PlotWindow.RemoveSeries(PlotSeries series)

Variable

Removes the series from the PlotWindow object. The removed series will no longer be drawn by the PlotWindow object. Only series that have been added with the AddSeries method can be removed. Throws an error if the index corresponds to a series that was added in the constructor.

PlotWindow.RemoveSeries(Variable index)

Variable

Removes the series from the PlotWindow object by index. The removed series will no longer be drawn by the PlotWindow object. Only series that have been added with the AddSeries method can be removed. Throws an error if the index corresponds to a series that was added in the constructor.

 

 

See also

PlotWindow Object

PlotWindow Guide