Sign in to follow this  
Pallav

Change Color from Green to Red

Recommended Posts

Not sure if this feature exists, but if it does, can someone point me to the section in the manual?

I'm only using Area2D graphs and want the area to change from green to red as a predfined value is approached.

For example, I have a utilization graph from 0 - 100%.  I'd like the area chart to be green from 0 - 70% and then change to red from 70 - 100%.

Suggestions?

Thanks,

Ron

Share this post


Link to post
Share on other sites

I added plotFillColor='000000' in XML file, but i can't change chart color, bgColor='000000' works great, but plotFillColor='000000'  not

<graph caption='Monthly Sales Summary' subcaption='For the year 2006' xAxisName='Month' bgColor='000000' plotFillColor='000000' yAxisMaxValue='45000' yAxisMinValue='15000' yAxisName='Sales' numberPrefix='$' decimalPrecision='0'>

 <set name='1021' value='17400' />

 <set name='1022' value='18100' />

 <set name='1023' value='21800' />

 <set name='1024' value='23800' />

 <set name='1025' value='29600' />

 <set name='1026' value='27600' />

 <set name='1027' value='31800' />

 <set name='1028' value='39700' />

 <set name='1029' value='37800' />

 <set name='1030' value='21900' />

 <set name='1031' value='32900' />

 <set name='1101' value='39800' />

</graph>

 

 I made something like that

 

<set name='19950728' value='365.03' color='000000'/>

<set name='19950731' value='359.95' color='000000'/>

<set name='19950801' value='353.09' color='000000'/>

<set name='19950802' value='347.04' color='000000'/>

<set name='19950803' value='347.89' color='000000'/>

<set name='19950804' value='352.66' color='000000'/>

but animation works much slowly

Edited by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this