Reputation: 1221
I am using achartengine for drawing bar charts in android application. Its a single series Bar graph.I want to show all the bars in different colors. Please guide me with any help available.
Upvotes: 0
Views: 786
Reputation: 336
Single series cannot provide multiple color bars,because each series can provide only one color for the bar its generating.In order to get each bar in each color we need to use multiple series
Upvotes: 1