What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Reduce width of Bar
Source Code->
XYMultipleSeriesRenderer multiRenderer = new XYMultipleSeriesRenderer();
multiRenderer.setXLabels(0);
multiRenderer.setBarSpacing(0.2);
//multiRenderer.setBarWidth("");
//multiRenderer.setLineWidth((float) 10.5d);
multiRenderer.setChartTitle("Subscrber vs Revenue Chart");
multiRenderer.setXTitle("Monthwise");
multiRenderer.setYTitle("Amount in Rupees");
multiRenderer.setZoomButtonsVisible(true);
for(int i=0; i< x.length;i++){
multiRenderer.addXTextLabel(i, pPacks[i]);
What version of the product binary library are you using?
Achartengine
Please provide any additional information below.
Original issue reported on code.google.com by dilip.bi...@gmail.com on 23 Aug 2014 at 8:44
Original issue reported on code.google.com by
dilip.bi...@gmail.com
on 23 Aug 2014 at 8:44