Chapter Contents |
Previous |
Next |
PUTLEGEND |
Category: | Legend |
Syntax | |
Details | |
See Also |
Syntax |
CALL PUTLEGEND(line,text<,color<,attribute>>); |
Type: Numeric
''
) for that line number.
Type: Character
''
for the default color. Colors are BLACK,
BLUE, BROWN, CYAN, GRAY, GREEN, MAGENTA, ORANGE, PINK, RED, WHITE, and YELLOW.
SASCOLOR window elements can also be used for color.
The default color is the SASCOLOR window element "Informational Text."
Type: Character
''
for the default attribute. Attributes are:
NONE, BLINKING, HIGHLIGHT, HIREV, REVERSE, and UNDERLINE. If you specify a
SASCOLOR window element for color, then attribute is ignored, because the SASCOLOR window element contains
a display attribute.
The default attribute is the SASCOLOR window element "Informational Text."
Type: Character
Details |
Use multiple PUTLEGEND routines to display multiple lines. The default legend window size allows four lines of text. You can change the LEGEND window size by using WREGION. To display the legend window, use LEGEND.
For an example that includes PUTLEGEND as well as other functions that manipulate a legend window, see LEGEND.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.