Chapter Contents |
Previous |
Next |
FRAME Function |
Syntax | |
Associated Variables | |
Details |
Syntax |
FUNCTION='FRAME'; |
Associated Variables |
SOLID
S |
a solid fill. | ||||
EMPTY
E |
an empty fill. | ||||
style<density> | a shaded pattern:
|
See also the discussion of fill patterns for bars and blocks in VALUE=.
Frame Created When XSYS='1' and YSYS='1'
If XSYS='3' and YSYS='3', the frame encloses the entire graphics output area, as shown in Frame Created When XSYS='3' and YSYS='3'.
Frame Created When XSYS='3' and YSYS='3'
The values for XSYS and YSYS do not have to be the same. If XSYS='3' and YSYS='5', the frame encloses the entire width of the graphics output area; however, vertically, the frame only encloses the procedure output area as shown in Frame Created When XSYS='3' and YSYS='5'.
Frame Created When XSYS='3' and YSYS='5'
See XSYS Variable and YSYS Variable for an explanation of these variables and the areas that they affect.
Details |
Use FRAME to simulate the CBACK= graphics option on devices (such as plotters) that do not support that option. For devices that do support the CBACK= graphics option, FRAME works in addition to that option. FRAME does not alter the (XLAST, YLAST) coordinates. See CBACK for more information on CBACK=.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.