Android 3D Barchart

时间:2015-12-22 05:10:14

标签: android 3d bar-chart

我正在制作一个应用程序,我需要实现3D条形图。我搜索了很多,但没有找到任何3D条形图库...

这里是我正面临绘制三维条形图的问题的快速概述。

Orson Charts - 我找到了一个能够满足我需求的图书馆,但它是付费的(高费率)。 (http://www.object-refinery.com/orsoncharts/android/index.html

Google图表库 - 使用我们不想要的API调用绘制条形图。我们的应用应该离线工作。 (https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart

jFreeChart - 这是java库,但使用swing包来绘制图形。 Swing不包含在android中,因此使用此库是有限制的。 (http://www.java2s.com/Code/Java/Chart/JFreeChartPieChart3DDemo2withRotation.htm

aFreeChart - 这是专为使用上面(jFreeChart)库的android设计的,但它们没有包含条形图的3D绘图工具。 (http://afreechart.googlecode.com/svn/doc/screenshot/index.html

如果有可能使用任何图书馆,请建议我。

1 个答案:

答案 0 :(得分:1)

试试这个库

1. https://github.com/jfree/orson-charts

2. https://github.com/blackfizz/EazeGraph

3. https://github.com/PhilJay/MPAndroidChart

GitHub中有很多库。