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 (May 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 2 May 2005 11:28:51 -0400
Reply-To:     Srinivas Reddy Valisekkagari <reddy.srinivas@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Srinivas Reddy Valisekkagari <reddy.srinivas@GMAIL.COM>
Subject:      Proc GChart/Axis values in differenct colors

Hi, I have a bar chart(hbar) with Month on y-axis and corresponding % values on x-axis.

ex:- === Jan 80% Feb 90% Mar 95%

In the Graph based on % values ,i want to change the color of y-axis values based on conditions like :

if % <= 80 then show axis value in RED

if 90 <= % < 80 then axis value is Blue

if % > 90 then axis value is Green.

Is there a way to accomplish this ? I am using SAS Version 8.2.

Any help/suggestions will be appreciated.

Thanks, -Reddy


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