arnesgurda / achartengine

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

there is some errors beween the coordinate and the diagram use cubicLineChart #390

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now I'm draw smooth curve with achartangine, and use the chart of cubicLine.
Then I have a question as follow:

    double yData[] = {0.0,20.0,10.0,30.0,50.0,40.0,70.0,60.0,100.0,90.0,100.0};
    mChartView = ChartFactory.getCubeLineChartView(this,DrawableUtil.getBarDemoDataset(yData),renderer, 0.3f);

    I use the method of above to draw the smooth curve,but there is some errors beween the coordinate and the diagram(as illustrated in Annex) ,how can I solve this problem?

    Look forward to your reply,thanks.

Original issue reported on code.google.com by qiujuan....@gmail.com on 28 Jan 2014 at 8:06

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 16 Sep 2014 at 7:23