LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


Back to: Top of message | Previous page | Main SAS-L page