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