PlotSeries.LineVisible Property

Top 

Description

Sets whether or not the lines that connect the data points are visible for this series. Note: This property can be overwritten by the PlotWindow Output Properties GUI.

 

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 = myPlotSeries1.LineVisible;

 

myPlotSeries1.LineVisible = myVariable1;

 

See also

PlotSeries Object

Plot Series Guide