GraphicsOverlayShape.SetLineWidth(Variable, Variable) Method

Top 

Description

Sets the width used to draw lines for GraphicsOverlay Shapes of type Lines.

 

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

GraphicsOverlayShape.SetLineWidth(

Variable units,


Variable lineWidth)

 

 

Arguments

units


Description:

Determines whether line width will be measured relative to the ViewWindow or in pixels.

Valid Values:

Value

Label

0

Relative

1

Pixels

 

 

 

lineWidth


Description:

The width used to draw lines

 

 

 

Syntax

myGraphicsOverlayShape1.SetLineWidth(myVariable1, myVariable2);

 

 

See also

GraphicsOverlayShape Object

Graphics Overlays Guide