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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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