PlotWindow.SetLineVisibility(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)

 

 

Arguments

showLines


Description:

Flag whether lines will be drawn in this PlotWindow

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

myPlotWindow1.SetLineVisibility(myVariable1);

 

 

See also

PlotWindow Object

PlotWindow.SetLineVisibility

PlotWindow Guide