My requirements are :
- 3D pie chart for android device.
- Should work offline.
- Clickable on individual pie.
- Pie should look like :
Here Is quick overview of problems I am facing to draw 3d pie chart.
Orson Charts - I found one library which can satisfy my need but it is paid (High rates). (http://www.object-refinery.com/orsoncharts/android/index.html)
Google chart library - which draws pie chart using API call which we don't want . Our application should work offline. (https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart
jFreeChart - This is java library but uses swing packages to draw graphs. Swing is not included in android so there is limitation to use this library. (http://www.java2s.com/Code/Java/Chart/JFreeChartPieChart3DDemo2withRotation.htm)
aFreeChart - This is designed for android which used above (jFreeChart) library but they have not included 3D drawing facility for pie chart. (http://afreechart.googlecode.com/svn/doc/screenshot/index.html)
Please suggest me if there is any possibility of using any library..