PlotScatterSeries.RemovePoints(Variable, Variable) Method

Top 

Description

Removes the range of points specified by the start and stop indices from the PlotScatterSeries.Data matrix. Throws an error if the indices do not correspond to valid data points.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

PlotScatterSeries.RemovePoints(

Variable start,


Variable stop)

 

 

Arguments

start


Description:

The start index of the points to remove.

Valid Range:

start ≥ 0

 

 

stop


Description:

The end index of the points to remove.

Valid Range:

stop ≥ 0

 

 

 

Syntax

myPlotScatterSeries1.RemovePoints(myVariable1, myVariable2);

 

 

See also

PlotScatterSeries Object

PlotScatterSeries.RemovePoints

Plot Series Guide