Name
SetLineWidth -- set width for outline drawing (V5.0)
Synopsis
SetLineWidth(width)
Function
This command can be used to change the line thickness when the fill style is set to #FILLNONE. You can also change the line thickness by calling SetFillStyle() with fill style set to #FILLNONE but using SetLineWidth() makes the code more readable.

Inputs
width
desired line thickness for outline drawing

Show TOC