arnesgurda / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 16 Sep 2014 at 6:57