PlotWindow.SetLineVisibility(Variable, Variable) Method

Top 

Description

Sets whether lines will be shown for each Series contained within this PlotWindow.

 

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.

 

Method Signature

PlotWindow.SetLineVisibility(

Variable showLines,


Variable lineWidth)

 

 

Arguments

showLines


Description:

Flag whether lines will be drawn in this PlotWindow

Valid Values:

Value

Label

0

false

1

true

 

 

 

lineWidth


Description:

The width at which to draw lines in this PlotWindow.

Valid Range:

lineWidth ≥ 1

 

 

 

Syntax

myPlotWindow1.SetLineVisibility(myVariable1, myVariable2);

 

 

See also

PlotWindow Object

PlotWindow.SetLineVisibility

PlotWindow Guide