PlotScatterSeries.RemovePoints Method

Top 

Description

Removes the point at the specified index from the PlotScatterSeries.Data matrix. Throws an error if the index does not correspond to a valid data point.

 

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

PlotScatterSeries.RemovePoints(Variable index)

None

Removes the point at the specified index from the PlotScatterSeries.Data matrix. Throws an error if the index does not correspond to a valid data point.

PlotScatterSeries.RemovePoints(Variable start, Variable stop)

None

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.

 

 

See also

PlotScatterSeries Object

Plot Series Guide