Replace the data of AChartEngine's piechart

2019-07-25 14:42发布

I am drawing piechart using ACartENgine . And I want to replace the data of piechart. To replace I called mSeries.clear(); method to remove all old data and then add new dataset to mSeries. But my problem is while do this all my legends displayed in white color instead of category color. How can I avoid this problem. All I want is replace the data of piechart with new values. Is there any better idea. How can I achieve this? Any one please help me.

Thanks in advance.

1条回答
霸刀☆藐视天下
2楼-- · 2019-07-25 15:26

There is a set(int index, String title, double value) method in the CategorySeries class that you can use.

Just make sure you are using the latest version available here.

查看更多
登录 后发表回答