A DRAWARROW statement
draws a line (arrow shaft) from a specified starting point (X1,Y1)
to a specified ending point (X2,Y2). It also displays an arrowhead
at either or both ends of the line. DRAWARROW is similar to a DRAWLINE
statement, using many of the same options, but it has additional options
for controlling the arrowhead(s).
For general
information about the types of elements that can be drawn with the
draw statements, the drawing space and drawing units that they use,
and how the drawn elements are anchored, see
Key Concepts for Using Draw Statements. For detailed usage information, consult the
SAS Graph Template Language: User's Guide.