Annotate Dictionary |
Syntax | |
Associated Variables | |
Details | |
See Also |
Syntax |
FUNCTION='POLY'; |
Associated Variables |
specifies the color of the interior of the polygon, if a pattern is specified for the STYLE variable. The outline color is specified with the POLYCONT function. Color can be any SAS/GRAPH color name.
specify coordinates for HBAR and VBAR charts from the GCHART procedure. Use these variables only with data coordinate systems 1, 2, 7, and 8.
specifies the line type that outlines the polygon. See Specifying Line Types for an illustration of the line types.
specifies the value of the pattern that fills the polygon. Fill-pattern can be the following map patterns:
MSOLID
MS |
|||||||
MEMPTY
ME |
|||||||
Mdensity<style<angle>> |
|
For example, if STYLE='MSOLID' for the POLY function, the fill area that is drawn by the POLYCONT sequence uses a solid fill. If STYLE='M5N15', the fill area uses a shaded fill of parallel lines. The fill-pattern value M5N15 specifies that the lines use the heaviest density, are parallel, and are drawn at a 15-degree angle from the horizontal. See also the discussion of fill patterns for maps in VALUE=.
specifies when to begin the polygon in relation to other procedure output. See WHEN Variable
specify the initial point of the polygon that is being created. Use the Z variable only with the G3D procedure.
specifies the coordinate system for the X or XC variable. Use the XC variable only with XSYS='2'. See XSYS Variable for an explanation of coordinate-system.
specifies the coordinate system for the Y or YC variable. Use the YC variable only with YSYS='2'. See YSYS Variable for an explanation of coordinate-system.
specifies the coordinate system for the Z variable. See ZSYS Variable for an explanation of coordinate-system.
Details |
Use POLY with POLYCONT to define and fill areas in the graphics output. POLY and POLYCONT do not update the (XLAST, YLAST) coordinates.
See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.