Reputation: 69
Can any one please tell me is it possible to display pie chart in our application. Do we need to use any third party api. I want to display pie chart with click event to each slice in the chart.
Upvotes: 3
Views: 4385
Reputation: 32391
You can use AChartEngine for clickable pie charts. An example showing this usage can be found here.
Upvotes: 2
Reputation: 5151
May this can helps: GraphView Is a library to create charts on Android. On the same page you can find code examples. Source code here
Other option is: achartengine
Related questions: https://stackoverflow.com/questions/424752/any-good-graphing-packages-for-android
Hope it helps!
Upvotes: 3