| Date: | Fri, 17 Jul 2009 12:09:44 -0700 |
| Reply-To: | jasonm@UCLA.EDU |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | J M <jasonm@UCLA.EDU> |
| Subject: | GChart - Center NOTE |
| Content-Type: | text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" |
At the moment the word "test" is not showing up on my gchart.
How do I get the word "test" to appear and show up in the center of
the gchart?
GOPTIONS device=activex;
proc gchart data=job;
vbar age /type=percent group=gender range
gaxis=axis2
raxis=axis1
levels=9
;
note move=(50,50)pct "test";
run;
Thank you.
|