PlotWindow.MaxPoints Property

Top 

Description

Determines the maximum number of points drawn for each series on a plot at any one time. If a series in the plot is sent more data points than MaxPoints, the plot will begin thinning the data dynamically.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

2000

Valid Range:

100 ≤ PlotWindow.MaxPoints ≤ 2000000

 

Syntax

myVariable1 = myPlotWindow1.MaxPoints;

 

myPlotWindow1.MaxPoints = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide