I am totally new to Android and i am trying to create a bar chart using AChartEngine, it has 3 bars and each bar should be different color. I tried using multiple series but
I handled it by setting the Type from Type.Default to Type.Stacked in the getBarChartView.
Type
Type.Default
Type.Stacked
getBarChartView
ChartFactory.getBarChartView(TestSevenDay1.this, dataset, multiRenderer, Type.STACKED);