PlotSeries.LineWidth Property

Top 

Description

Sets the width in pixels of the lines that connect the data points. 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:

integer

Access:

read/write

Default Value:

1

Valid Range:

PlotSeries.LineWidth ≥ 1

 

Syntax

myVariable1 = myPlotSeries1.LineWidth;

 

myPlotSeries1.LineWidth = myVariable1;

 

See also

PlotSeries Object

Plot Series Guide