LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 26 Jun 2009 15:43:27 -0400
Reply-To:     msz03@albany.edu
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Mike Zdeb <msz03@ALBANY.EDU>
Subject:      Re: Gplot Annotated Data Font Size
Content-Type: text/plain;charset=iso-8859-1

hi ... it'd help to see the annotate stuff in context

how about posting more SAS code

it is possible to change font size with ACTIVEX

-- Mike Zdeb U@Albany School of Public Health One University Place Rensselaer, New York 12144-3456 P/518-402-6479 F/630-604-1475

> I was able to put the values from the variable "rate" inside the > bubbles, but I'm not able to change the font size. > Does anyone know why? > I'm using activex for my device. > > function='pie'; > rotate=360; > size=avg/20; > position='4'; > style='psolid'; > output; > function='label'; > xc=LVL8; > y=rate; > style="'Arial/bold'"; > size=1; > color='black'; > text=trim(left(rate)); > output; > > Thanks, > Jason >


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