PlotTemplate.MarkDataPoints Property

Top 

Description

Flag to set whether the data points should be displayed on the plot. A value of "0" will turn off the data points, a value of "1" will show the data points.

 

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:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myPlotTemplate1.MarkDataPoints;

 

myPlotTemplate1.MarkDataPoints = myVariable1;

 

See also

PlotTemplate Object

PlotWindow Guide