PlotWindow.SetLineWidth(Variable) Method

Top 

Description

Sets the width at which lines rendered in this PlotWindow will be drawn.

 

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.

 

Method Signature

PlotWindow.SetLineWidth(

Variable lineWidth)

 

 

Arguments

lineWidth


Description:

The width at which to draw lines in this PlotWindow.

Valid Range:

lineWidth ≥ 1

 

 

 

Syntax

myPlotWindow1.SetLineWidth(myVariable1);

 

 

See also

PlotWindow Object

PlotWindow Guide