Chapter Contents |
Previous |
Next |
MARREP |
Operating States: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0, 8, 64, 66, 85, 90 |
Default Value: | none |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GSET ('MARREP',index, color-index, size, type);
Description |
The GSET('MARREP', . . . ) function assigns a color, size, and type of marker to a specific marker bundle. The aspect source flag (ASF) of MARCOLOR, MARSIZE, and MARTYPE 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; defines the bundle index number. Valid values are 1 to 20, inclusive. |
color-index | numeric constant or numeric variable
name; indicates the color index of the color to use. Valid values are 1 to
256, inclusive. The color index should represent one of the following:
|
size | numeric constant or numeric variable name; indicates the size of the marker in units of the current window system; must be greater than 0. |
type | numeric constant or numeric variable name; specifies the type of marker to use; valid values are 1 to 67, inclusive. See Symbol Indexes Used with DSGI for a table of the symbols used for each marker type. |
See Also |
GSET('ASF', . . . ) function | |
GSET('COLREP', . . . ) function | |
GSET('MARCOLOR', . . . ) function | |
GSET('MARINDEX', . . . ) function | |
GSET('MARREP', . . . ) function | |
GSET('MARSIZE', . . . ) function | |
GSET('MARTYPE', . . . ) function |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.