Hi
Can anyone tell me how do I change the range values at the range or y axis of the graph? I'm having big values from 170 onwards that only go all the way till 200 and I'm hoping to make the graph's y axis starts somewhere at 150 instead of 0.
I've tried using setAxisRange but it still don't work...can someone please help me? An example code on how to get it work would be greatly appreciated too!!
Thanks in advance!!!
Regards,
YJ
Changing the range axis
Re: Changing the range axis
Really sorry...trust me to realise my mistake after posting the question...but I've solved the problem..
For anyone interested, I had used setAutoRange(true) after that..which generally cause it to start at 0 instead
For anyone interested, I had used setAutoRange(true) after that..which generally cause it to start at 0 instead

Re: Changing the range axis
You might also want to try the setAutoRangeIncludesZero(boolean) method. If you set that to false, then you can still have setAutoRange(true) and the axis will show your data range from 170 to 200 (plus a small margin at each end).
Regards,
DG.
Regards,
DG.