DATA Step Graphics Interface Dictionary |
Operating States: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0, 8, 85 |
Default Value: | 1 |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GSET('MARCOLOR', color-index);
Description |
The GSET('MARCOLOR', . . . ) function selects the color index of the color used to draw markers. The aspect source flag (ASF) of MARCOLOR must be set to 'INDIVIDUAL' for this attribute to be used outside of a marker bundle.
DSGI searches for a color specification in the following order:
the color specified for the index in a GSET('COLREP', . . . ) function
the nth color in the color list of the COLORS= graphics option
the nth color in the device's default color list found in the device entry.
Argument Definitions |
color-index |
numeric constant or numeric variable name; indicates the index of the color to use. Valid values are 1 to 256, inclusive. |
See Also |
COLORS= graphics option (see COLORS) | |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.