ViewWindow.SetLineWidth Method

Top 

Description

Sets the width in used to draw lines for the specified object. If the object has its own Line width property, this method has no effect. For GraphicsOverlays, use GraphicsOverlayShape.LineWidth instead.

 

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.

 

Overload List

Signatures

Return Value

Description

ViewWindow.SetLineWidth(Variable objectId, Variable units, Variable lineWidth)

None

Sets the width in used to draw lines for the specified object. If the object has its own Line width property, this method has no effect. For GraphicsOverlays, use GraphicsOverlayShape.LineWidth instead.

ViewWindow.SetLineWidth(Variable setType, String typeOrGroupName, Variable units, Variable lineWidth)

None

Sets the width in used to draw lines for multiple objects at the same time. If the objects have their own Line width property, this method has no effect. For GraphicsOverlays, use GraphicsOverlayShape.LineWidth instead.

 

 

See also

ViewWindow Object

ViewWindow Guide