PlotWindow.LineType Property

Top 

Description

Sets whether or not all series in this plot will be drawn with lines or points. Once this property is set, any series that is added to this chart will have the LineVisible and MarkersVisible properties set to match this property.

 

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 ( Lines )

Valid Values:

Value

Label

0

Lines

1

Points

2

Lines and Points

 

Syntax

myVariable1 = myPlotWindow1.LineType;

 

myPlotWindow1.LineType = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide