Hi
I am using dynamic Y Axis scaling. However, it calculates it so dynamically that at times numbers are not user friendly. The requirement is to set the Y Axis Max to nearest 2.5,5,10,25,50,100,250,500,1000,2500 ....
This will enable sensible yAxis division values. For example, if max reading is around 60%, it shows 12,24,36,48 & 60. Instead, we would like to have it as 20,40,60,80 and 100%.
How can we control it with in Fusion Chart.
Note : You may suggest to do it st server side and set the max value forcibly. But our requirement is to set it at client side as server side calculation will get bit more complicated as we areusing Mutiaxis chart with each axis showing multiple measurements and calculating at server side it bit complex.
Regards
Sekar