PlotWindow.InterlacedDirection Property

Top 

Description

Sets the direction of the interlaced color that will be alternated between grid lines with the color specified by PlotWindow.PlotAreaColor. Choices include Vertical, Horizontal, and None. Default is None.

 

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:

0 ( None )

Valid Values:

Value

Label

0

None

1

Horizontal

2

Vertical

 

Syntax

myVariable1 = myPlotWindow1.InterlacedDirection;

 

myPlotWindow1.InterlacedDirection = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide