PlotScatterSeries.RemovePoints(Variable) 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 nanosecond timing precision mode.

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

 

Method Signature

PlotScatterSeries.RemovePoints(

Variable index)

 

 

Arguments

index


Description:

The index of the point to remove.

Valid Range:

index ≥ 0

 

 

 

Syntax

myPlotScatterSeries1.RemovePoints(myVariable1);

 

 

See also

PlotScatterSeries Object

PlotScatterSeries.RemovePoints

Plot Series Guide