0

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.

sumit pandey
  • 1,223
  • 1
  • 15
  • 23

1 Answers1

1

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

Shrinithi
  • 326
  • 4
  • 9