POLYCONT Function
Continues drawing a polygon that was begun with
the POLYGON function, or a line that was begun with the POLYLINE function.
POLYCONT specifies each successive point in the polygon or polyline.
Syntax
Required Variables
- X1= numeric-value
- specifies the X coordinate of the annotation.
- Y1= numeric-value
- specifies the Y coordinate of the annotation.
Optional Variables
- X1SPACE= “draw-space-value”
- specifies the drawing space of the annotation’s
X coordinate.
draw-space-value can
be one of the following:
Default:GRAPHPERCENT
Restriction:For the SGPANEL and SGSCATTER procedures, only GRAPHPERCENT,
GRAPHPIXEL, LAYOUTPERCENT, and LAYOUTPIXEL values are valid.
- XC1= “text-string”
- specifies the character X coordinate of an annotation.
- Y1SPACE= “draw-space-value”
- specifies the drawing space of the annotation’s
Y coordinate.
draw-space-value can
be one of the following:
Default:GRAPHPERCENT
Restriction:For the SGPANEL and SGSCATTER procedures, only GRAPHPERCENT,
GRAPHPIXEL, LAYOUTPERCENT, and LAYOUTPIXEL values are valid.
- YC1= “text-string”
- specifies the character Y coordinate of an annotation.