I am using Android MPChart library to show some graphs in my application. I have to create a bar graph, and the customer would like to have the bars between the grid lines, like the ios app:
Right now what I managed to do is
But I can't find a way to center the bar betweem the grid lines.
Is that possible somehow ?

