Am trying out to plot some values using achartengine in an Android App. The values in y axis are usually negative. This is how the bar chart appears

But I want it to appear from the bottom i.e. I want each bar to start from -100, instead of the current 0. How do I do this? Please help.