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
Original issue reported on code.google.com by
qiujuan....@gmail.com
on 28 Jan 2014 at 8:06Attachments: