PlotScatterSeries.Data Property

Top 

Description

Provides access to the data stored in the series object. The dimension of this matrix cannot be changed, except through the AddPoints, ClearPoints, and RemovePoints methods.

 

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:

Matrix of number (size = n x 2)

Access:

read/write

Default Value:


 

Syntax

myMatrix1 = myPlotScatterSeries1.Data;

 

myPlotScatterSeries1.Data = myMatrix1;

 

See also

PlotScatterSeries Object

Plot Series Guide