Chapter Contents |
Previous |
Next |
FILSTYLE |
Operating State: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0, 8, 78 |
Default Value: | 1 |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GSET('FILSTYLE', style-index);
Description |
The GSET('FILSTYLE', . . . ) function activates a particular fill pattern when FILTYPE is specified as either PATTERN or HATCH. The aspect source flag (ASF) must be set to 'INDIVIDUAL' for this attribute to be used outside of a fill bundle.
Value | PATTERN | HATCH | Value | PATTERN | HATCH |
---|---|---|---|---|---|
1 | X1 | M1X | 31 | M3N045 | |
2 | X2 | M1X030 | 32 | M3N060 | |
3 | X3 | M1X045 | 33 | M3N090 | |
4 | X4 | M1X060 | 34 | M3N120 | |
5 | X5 | M1N | 35 | M3N135 | |
6 | L1 | M1N030 | 36 | M3N150 | |
7 | L2 | M1N045 | 37 | M4X | |
8 | L3 | M1N060 | 38 | M4X030 | |
9 | L4 | M1N090 | 39 | M4X045 | |
10 | L5 | M1N120 | 40 | M4X060 | |
11 | R1 | M1N135 | 41 | M4N | |
12 | R2 | M1N150 | 42 | M4N030 | |
13 | R3 | M2X | 43 | M4N045 | |
14 | R4 | M2X030 | 44 | M4N060 | |
15 | R5 | M2X045 | 45 | M4N090 | |
16 | M2X060 | 46 | M4N120 | ||
17 | M2N | 47 | M4N135 | ||
18 | M2N030 | 48 | M4N150 | ||
19 | M2N045 | 49 | M5X | ||
20 | M2N060 | 50 | M5X030 | ||
21 | M2N090 | 51 | M5X045 | ||
22 | M2N120 | 52 | M5X060 | ||
23 | M2N135 | 53 | M5N | ||
24 | M2N150 | 54 | M5N030 | ||
25 | M3X | 55 | M5N045 | ||
26 | M3X030 | 56 | M5N060 | ||
27 | M3X045 | 57 | M5N090 | ||
28 | M3X060 | 58 | M5N120 | ||
29 | M3N | 59 | M5N135 | ||
30 | M3N030 | 60 | M5N150 |
Argument Definitions |
style-index | numeric constant or numeric variable name. Valid values are 1 to 15, inclusive, when FILTYPE is PATTERN, or 1 to 60, inclusive, when FILTYPE is HATCH. See DATA Step Graphics Interface Functions for value specifications. |
See Also |
GASK('FILSTYLE', . . . ) routine | |
GSET('ASF', . . . ) function | |
GSET('FILREP', . . . ) function | |
GSET('FILTYPE', . . . ) function |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.