DATA Step Graphics Interface Dictionary |
Operating States: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0, 8, 64 |
Default Value: | 1 |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GSET('MARINDEX', index);
Description |
The GSET('MARINDEX', . . . ) function activates the marker bundle indicated by index. The aspect source flag (ASF) for MARCOLOR, MARTYPE, and MARSIZE must be set to 'BUNDLED' before the GDRAW('MARK', . . . ) function is executed if you want the bundled values to be used when the marker is drawn.
Argument Definitions |
index |
numeric constant or numeric variable name; the number of the bundle to activate. Valid values are 1 to 20, inclusive. |
See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.