DATA Step Graphics Interface Dictionary |
Operating States: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0, 8, 75, 78, 85 |
Default Value: | none |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable =GSET('FILREP', index, color-index, interior, style-index);
Description |
The GSET('FILREP', . . . ) function assigns a color, type of interior, and style of the interior to a specific fill bundle. To use the bundled values when the affected graphics element is drawn; the aspect source flag (ASF) for FILCOLOR, FILTYPE, and FILSTYLE must be set to 'BUNDLED'.
Argument Definitions |
style-index |
numeric constant or numeric variable name; indicates the index of the style to be used. Valid values are 1 to 15, inclusive, when FILTYPE is PATTERN, or 1 to 60, inclusive, when FILTYPE is HATCH. See the GSET('FILSTYLE', . . . ) function for a table of the patterns used for each style index. If interior is HOLLOW or SOLID, style-index is ignored. |
See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.