Assigns a line style to an object
syntax setLineStyle(elt, lineStyle) is also allowed
Parameters
options: {elt:string;lineStyle:string}
elt: string
Tag of the object thickness of which is to be changed
lineStyle: string
Line style to be applied on the object (line|-|dot|.|dashdash|--|dashdotdot|-..|dashdotdotdot|-...|dashdashdash|---), ignored if first arg is a params object, mandatory either
Assigns a line style to an object syntax
setLineStyle(elt, lineStyle)is also allowed