lynn518/achartengine

I want to reduce width of bar graph how it is reduce

Closed this issue · 1 comments

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 comment by dandrome...@gmail.com on 16 Sep 2014 at 6:57

  • Changed state: Invalid