I want to create 3D Charts in my Android app (not a webview). I don't want to use Google Chart Tools as we need internet access on the device.
I tried achartengine-1.1.0.jar
it doesn't provide 3D view but works fine for 2D view.
jfreechart-1.0.17.jar
provides 3D view, I was trying to work on it but I didn't achieve the output. Can anyone please help me with some example on how to implement jfreechart-1.0.17.jar
on android.
thank you in advance.
Asked
Active
Viewed 5,597 times
2

Sushil
- 533
- 2
- 8
- 28
-
1Here, Some libraries are listed. http://stackoverflow.com/q/9741300/1023223 – ASP Mar 25 '14 at 09:18
-
@Sush19 Have you got the answer?? – KJEjava48 Dec 08 '16 at 06:27
2 Answers
2
You can use Orson Charts For Android.
Orson Charts for Android is a 3D chart library for Android devices that can generate a wide variety of 3D charts for use in mobile apps. Powerful and yet very easy to use, Orson Charts for Android is the perfect tool to provide intuitiive and interactive visualisations to your users.
Also, See this tutorial for Drawing the 3D piechart Using Google chart Api

Lucifer
- 29,392
- 25
- 90
- 143
2
SciChart now supports 3D Charts for both iOS & Android.
Chart types include:
- Android 3D Surface Mesh Chart
- Android 3D Column Chart
- Android 3D Bubble / Scatter Chart
- Android 3D Point Cloud Chart
- Android 3D Polar Chart
- Android 3D Waterfall Chart
plus many more ...
All chart types support real-time updates, zooming panning by pinch/drag and tooltips with tap, with support for both Android, iOS and Xamarin.

Dr. Andrew Burnett-Thompson
- 20,980
- 8
- 88
- 178