PlotPolynomialSeries.LineStyle Property

Top 

Description

Sets the style of the lines that connect the data points. Choices include Solid, Dash, Dot, Dash-Dot, and Dash-Dot-Dot.

 

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:

0 ( Solid )

Valid Values:

Value

Label

0

Solid

1

Dash

2

Dot

3

Dash-Dot

4

Dash-Dot-Dot

 

Syntax

myVariable1 = myPlotPolynomialSeries1.LineStyle;

 

myPlotPolynomialSeries1.LineStyle = myVariable1;

 

See also

PlotPolynomialSeries Object

Plot Series Guide