Annotate Dictionary |
Updates: | XLSTT, YLSTT |
Syntax | |
Associated Variables |
Syntax |
FUNCTION='LABEL'; |
Associated Variables |
specifies the baseline angle of the character string with respect to the horizontal. The pivot point is at (X, Y), and the rotation is in a counterclockwise direction.
draws a colored border around the text. Color can be any SAS/GRAPH color name.
draws a solid, colored box behind the text. Color can be any SAS/GRAPH color name.
specifies the color of the text. Color can be any SAS/GRAPH color name.
specify coordinates for HBAR and VBAR charts from the GCHART procedure. Use these variables only with the data coordinate systems 1, 2, 7, and 8.
specifies the coordinate system for the SIZE variable. See HSYS Variable for an explanation of coordinate-system.
controls the text string placement and alignment. Text-position can be one of the characters 1 through 9, A through F, <, +, or >. Invalid or missing values default to POSITION='5'. POSITION should always be a character variable of length 1. For details, see POSITION Variable.
specifies the rotation angle of each character in the string. It is equivalent to the ROTATE= option in the FOOTNOTE, NOTE, and TITLE statements.
specifies the height of the text string. The SIZE variable units are based on the value of the HSYS variable.
specifies the font with which to draw the text that is specified by the TEXT variable. See STYLE Variable (Fonts) for a description of the various font specifications.
specifies the text to be written. Text-string can be up to 200 characters. Define the TEXT variable with sufficient length to contain all of the characters in your text string. If you need longer strings, use separate observations and POSITION='0' to continue the text.
specifies when to draw the text strings in relation to other procedure output. See WHEN Variable
specify the start point of the text string. The Z variable can be used only with the G3D procedure. Optionally, you can modify the placement of the text string with the POSITION variable.
specifies the coordinate system for the X or XC variable. Use the XC variable only with XSYS='2'. See XSYS Variable for an explanation of coordinate-system.
specifies the coordinate system for the Y or YC variable. Use the YC variable only with YSYS='2'. See YSYS Variable for an explanation of coordinate-system.
specifies the coordinate system for the Z variable. See ZSYS Variable for an explanation of coordinate-system.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.