A polygon is built by
using the BEGINPOLYGON statement to specify the polygon’s starting
X,Y coordinate, and then specifying the remaining points by nesting
a series of DRAW statements (see
DRAW Statement) within the BEGINPOLYGON block. The block is closed with
an ENDPOLYGON statement. To manage the location and drawing units
for the polygon, 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.