0

I have designed a bar graph using AChartEngine lirary::

it looks as shown below:

2

my question is ??? - can i make different height bars to have different colors(passed data is single series)

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Kiran
  • 3,095
  • 5
  • 23
  • 38

1 Answers1

0

Check Bar chart using achartengine thread. If this does not help check Different color bars using multiple series . I managed to do the same using the concept used by the asker in second question. In addition I made

renderer.setBarSpacing(0); 

I know you've mentioned that data is passed in single series. however this is currently not implemented in AChartEngine. Lets wait for new version of it.

Community
  • 1
  • 1
Shobhit Puri
  • 25,769
  • 11
  • 95
  • 124
  • i need to use different color for single series , anyway ll try ur first option and see if it works.. – Kiran Apr 12 '13 at 11:40