DATA Step Graphics Interface Dictionary |
Specifies the type of the interior of the fill area
Operating States: |
GKOP, SGOP, WSAC, WSOP
|
Return Codes: |
0, 8, 78
|
Default Value: |
HOLLOW
|
return-code-variable=GSET('FILTYPE',
interior);
The GSET('FILTYPE', . . . ) function selects
a particular type of interior fill. If FILTYPE is set to HATCH or PATTERN,
the GSET('FILSTYLE', . . . ) function determines the type of hatch or pattern
fill used. The aspect source flag (ASF) for FILTYPE must be set to 'INDIVIDUAL'
for this attribute to be used outside of a fill bundle.
interior |
character string or character variable
name; indicates the type of interior fill. Valid values are
-
HATCH
-
HOLLOW
-
PATTERN
-
SOLID.
|
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.