Android - 3D pie chart

2.9k Views Asked by At

My requirements are :

  1. 3D pie chart for android device.
  2. Should work offline.
  3. Clickable on individual pie.
  4. Pie should look like : enter image description here

Here Is quick overview of problems I am facing to draw 3d pie chart.

  1. 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)

  2. 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

  3. 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)

  4. 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..

0

There are 0 best solutions below