PlotTemplate.MaxPoints Property

Top 

Description

Integer value that defines the maximum number of points visible on a plot at any one time. If 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

 

Syntax

myVariable1 = myPlotTemplate1.MaxPoints;

 

myPlotTemplate1.MaxPoints = myVariable1;

 

See also

PlotTemplate Object

PlotWindow Guide