| Top |  |  |  |  | 
GocLine implements simple line drawing in the canvas. The line can have arrows at the start and/or at the end.
“end-arrow” property“end-arrow” GOArrow *
Arrow for line's end.
Owner: GocLine
Flags: Read / Write
“start-arrow” property“start-arrow” GOArrow *
Arrow for line's start.
Owner: GocLine
Flags: Read / Write
“x0” property  “x0”                       double
The line start x coordinate.
Owner: GocLine
Flags: Read / Write
Default value: 0
“x1” property  “x1”                       double
The line end x coordinate.
Owner: GocLine
Flags: Read / Write
Default value: 0
“y0” property  “y0”                       double
The line start y coordinate.
Owner: GocLine
Flags: Read / Write
Default value: 0