Bar chart using achartengine

前端 未结 4 1740
花落未央
花落未央 2020-12-08 05:34

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

4条回答
  •  执笔经年
    2020-12-08 06:08

    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.

提交回复
热议问题