I want to draw a bar chart which contains five individual bars - I have used Achartengine.
I am able to display all five bars in the same color but I want to differentiate o
It's been a while since I use achartengine, but I think each series has to have its own colour. As a workaround, you could make the bar that you want to differentiate a member of its own series, and set a different colour for that series. Perhaps someone else has a better way though.