Library /sys$common/syshlp/basichelp.hlb Graphics, GRAPH_LINES *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The GRAPH LINES statement draws lines on all active devices. The sequence is determined by the coordinates supplied in the point list. Values for the attributes such as color and style use the current settings. You must specify the coordinates for at least two points the GRAPH LINES statement. Example GRAPH LINES 0.1,0.8; 0.8,0.8
Additional Information (explode) :
|