DATA Step Graphics Interface Dictionary |
Operating States: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0, 8, 60, 62, 85, 90 |
Default Value: | none |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
return-code-variable=GSET ('LINREP',index, color-index, width, type);
Description |
The GSET('LINREP', . . . ) function assigns a color, width, and line type to a specific line bundle. To use the bundled values when the affected graphics element is drawn; the aspect source flag (ASF) for LINCOLOR, LINWIDTH, and LINTYPE must be set to 'BUNDLED'.
Argument Definitions |
index |
numeric constant or numeric variable name; indicates the number for the bundle to use as an index. Valid values are 1 and 20, inclusive. If index is expressed as a variable, the variable must be initialized to a value between 1 and 20. |
color-index |
numeric constant or numeric variable name; specifies the index of the color to use. Valid values are 1 to 256, inclusive. The color index should represent one of the following: |
width |
numeric constant or numeric variable name; indicates the width of the line; must be greater than 0. |
type |
numeric constant or numeric variable name; indicates the type of line. Valid values are 1 to 46, inclusive. See Line Types for representations of the different line types. |
See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.