PlotScatterSeries.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 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:

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 = myPlotScatterSeries1.LineStyle;

 

myPlotScatterSeries1.LineStyle = myVariable1;

 

See also

PlotScatterSeries Object

Plot Series Guide