ibrahimsaputra / achartengine

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

The Width of the Bar's is to small and all Bars are on x = 1 #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. extend Activity not ListActivity
2. create a Barchart intent with 5  different SERIES

What is the expected output? What do you see instead?
I expected 5 different Bars with a width as seen in the examples, but i got 
bars which are more equal to lines than bars.

Please provide a source code snippet that we can use to replicate the issue.
private static final int SERIES_NR = 5;

//in dataset
 for (int i = 0; i < SERIES_NR; i++) {
          CategorySeries series = new CategorySeries("SeriesName");

        .......

series.add(value);
dataset.addSeries(series.toXYSeries());

What version of the product binary library are you using?
Current Version in Trunk

Please provide any additional information below.

Original issue reported on code.google.com by clc.deve...@googlemail.com on 17 Dec 2010 at 10:43

GoogleCodeExporter commented 9 years ago
Please post a full code snippet in order to understand what you are trying to 
do.

Original comment by dandrome...@gmail.com on 3 Jan 2011 at 2:13

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 4 Jan 2011 at 7:03