android - Replace the data of AChartEngine's piechart -


i drawing piechart using acartengine . , want replace data of piechart. replace called mseries.clear(); method remove old data , add new dataset mseries. problem while legends displayed in white color instead of category color. how can avoid problem. want replace data of piechart new values. there better idea. how can achieve this? 1 please me.

thanks in advance.

there set(int index, string title, double value) method in categoryseries class can use.

just make sure using latest version available here.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -