PlotPolynomialSeries.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 millisecond 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 = myPlotPolynomialSeries1.LineVisible;

 

myPlotPolynomialSeries1.LineVisible = myVariable1;

 

See also

PlotPolynomialSeries Object

Plot Series Guide