A polyline is built
by using the BEGINPOLYLINE statement to specify the polyline’s
starting X,Y coordinate, and then specifying the remaining points
by nesting a series of DRAW statements (see
DRAW Statement) within the BEGINPOLYLINE block. The block is closed with
an ENDPOLYLINE statement. To manage the location and drawing units
for the polyline, you can use the XAXIS=, YAXIS=, XSPACE=, and YSPACE=
options.
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.