【发布时间】:2016-04-11 05:47:28
【问题描述】:
我在我的项目中使用mpandroidchart library,我的IDE is eclipse。我将lib mpandroidchartlibrary_2.2.4.jar导入到我的项目中。我想实现像mpandroidchart demo of piechart with lines这样的图像,但我只实现了没有线条的饼图,我不知道该怎么做。和方法
dataSet.setValueLinePart1OffsetPercentage(20.f);
dataSet.setValueLinePart1Length(10f);
dataSet.setValueLinePart2Length(10f);
在我的项目中不显示。
【问题讨论】: