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

FUNCTION= “POLYCONT”;

Required Variables

X1= numeric-value
specifies the X coordinate of the annotation.
Default:none
Y1= numeric-value
specifies the Y coordinate of the annotation.
Default:none

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:
  • DATAPERCENT
  • DATAPIXEL
  • DATAVALUE
  • GRAPHPERCENT
  • GRAPHPIXEL
  • LAYOUTPERCENT
  • LAYOUTPIXEL
  • WALLPERCENT
  • WALLPIXEL
Default:GRAPHPERCENT
Restriction:For the SGPANEL and SGSCATTER procedures, only GRAPHPERCENT, GRAPHPIXEL, LAYOUTPERCENT, and LAYOUTPIXEL values are valid.
See:For more information about these values, see Drawing Space Values.
XC1= “text-string”
specifies the character X coordinate of an annotation.
Default:none
Y1SPACE= “draw-space-value
specifies the drawing space of the annotation’s Y coordinate.
draw-space-value can be one of the following:
  • DATAPERCENT
  • DATAPIXEL
  • DATAVALUE
  • GRAPHPERCENT
  • GRAPHPIXEL
  • LAYOUTPERCENT
  • LAYOUTPIXEL
  • WALLPERCENT
  • WALLPIXEL
Default:GRAPHPERCENT
Restriction:For the SGPANEL and SGSCATTER procedures, only GRAPHPERCENT, GRAPHPIXEL, LAYOUTPERCENT, and LAYOUTPIXEL values are valid.
See:For more information about these values, see Drawing Space Values.
YC1= “text-string”
specifies the character Y coordinate of an annotation.
Default:none