![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS/GRAPH Software: Reference |
| Annotate function: | BAR |
| CNTL2TXT | |
| FRAME | |
| LABEL | |
| MOVE | |
| PIECNTR | |
| PIEXY | |
| Annotate variables: | COLOR |
| HSYS, XSYS, YSYS | |
| LINE | |
| STYLE | |
| TEXT | |
| X and Y | |
| XLAST and YLAST | |
| XLSTT and YLSTT | |
| Sample library member: | GR10N03 |
| | goptions reset=global cback=white colors(black); |
| | data flag; length function style color $ 8 text $ 30; retain xsys ysys hsys '3'; |
| | function='frame'; output; |
| | function='label'; x=92; y=5; text='GR10N03';
style='swiss'; size=3; position='5'; output; |
| | x=50; y=90; text='Flag of Micronesia';
style='swissb'; size=6; output; |
| | function='move'; x=20; y=30; output;
function='bar'; x=80; y=80; color='blue';
line=3; style='solid'; output;
run; |
| | do star_ang=0 to 270 by 90; |
| | function='piecntr': x=50; y=55; size=15; output; function='piexy': size=1; angle=star_ang; output; |
| | function='cntl2txt'; output;
function 'label'; style='marker'; text='V';
angle=0; color='white'; size=10; x=.; y=.;
output;
end;
run; |
| | proc ganno annotate=flag; run; quit; |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.