Android中的图表(2D或3D)

时间:2023-02-06 21:56:03

I would like to know what are the available api (free and paid) to make chart in 2D or 3D for android.

我想知道什么是可用的api(免费和付费)制作2D或3D图表为Android。

If anyone knows I would appreciate the help.

如果有人知道我会很感激帮助。

4 个解决方案

#1


3  

I can recommend MPAndroidChart.

我可以推荐MPAndroidChart。

Core features:

核心功能:

  • 5 chart types (line, bar, pie, scatter, candlestick)
  • 5种图表类型(线,条,饼,散点图,烛台)
  • Scaling on both axes (with touch-gesture, axes separately or pinch-zoom)
  • 在两个轴上缩放(分别使用触摸手势,轴或捏缩放)
  • Dragging (with touch-gesture)
  • 拖动(使用触摸手势)
  • Highlighting values (with customizeable popup-views)
  • 突出显示值(使用可自定义的弹出视图)
  • Save chart to SD-Card (as image, or as .txt file)
  • 将图表保存到SD卡(作为图像,或.txt文件)
  • Read .txt file chart-data
  • 读取.txt文件图表数据
  • Predefined color templates
  • 预定义的颜色模板
  • Legends (generated automatically, customizeable)
  • 传奇(自动生成,可定制)
  • Labels (both x- and y-axis, customizeable)
  • 标签(x轴和y轴,可定制)
  • Animations (build up animations, on both x- and y-axis)
  • 动画(在x轴和y轴上构建动画)
  • Limit lines (providing additional information, maximums, ...)
  • 限制线(提供额外信息,最大值,......)
  • Fully customizeable (paints, typefaces, legends, colors, background, gestures, dashed lines, ...)
  • 完全可定制(油漆,字体,图例,颜色,背景,手势,虚线,......)

#2


3  

This is a really good looking one

这是一个非常好看的

MPAndroidChart

MPAndroidChart

#3


1  

There are a lot of libraries for graph.

图表有很多库。

http://android-graphview.org/

http://android-graphview.org/

https://github.com/jjoe64/GraphView

https://github.com/jjoe64/GraphView

http://code.google.com/p/achartengine/

http://code.google.com/p/achartengine/

https://*.com/a/12307900/3681056

https://*.com/a/12307900/3681056

#4


1  

For 3D charts, my company has this product:

对于3D图表,我的公司有这个产品:

http://www.object-refinery.com/orsoncharts/android/index.html

http://www.object-refinery.com/orsoncharts/android/index.html

There is a demo on the app store:

应用程序商店有一个演示:

https://play.google.com/store/apps/details?id=com.orsoncharts.android.demo

https://play.google.com/store/apps/details?id=com.orsoncharts.android.demo

Android中的图表(2D或3D)

#1


3  

I can recommend MPAndroidChart.

我可以推荐MPAndroidChart。

Core features:

核心功能:

  • 5 chart types (line, bar, pie, scatter, candlestick)
  • 5种图表类型(线,条,饼,散点图,烛台)
  • Scaling on both axes (with touch-gesture, axes separately or pinch-zoom)
  • 在两个轴上缩放(分别使用触摸手势,轴或捏缩放)
  • Dragging (with touch-gesture)
  • 拖动(使用触摸手势)
  • Highlighting values (with customizeable popup-views)
  • 突出显示值(使用可自定义的弹出视图)
  • Save chart to SD-Card (as image, or as .txt file)
  • 将图表保存到SD卡(作为图像,或.txt文件)
  • Read .txt file chart-data
  • 读取.txt文件图表数据
  • Predefined color templates
  • 预定义的颜色模板
  • Legends (generated automatically, customizeable)
  • 传奇(自动生成,可定制)
  • Labels (both x- and y-axis, customizeable)
  • 标签(x轴和y轴,可定制)
  • Animations (build up animations, on both x- and y-axis)
  • 动画(在x轴和y轴上构建动画)
  • Limit lines (providing additional information, maximums, ...)
  • 限制线(提供额外信息,最大值,......)
  • Fully customizeable (paints, typefaces, legends, colors, background, gestures, dashed lines, ...)
  • 完全可定制(油漆,字体,图例,颜色,背景,手势,虚线,......)

#2


3  

This is a really good looking one

这是一个非常好看的

MPAndroidChart

MPAndroidChart

#3


1  

There are a lot of libraries for graph.

图表有很多库。

http://android-graphview.org/

http://android-graphview.org/

https://github.com/jjoe64/GraphView

https://github.com/jjoe64/GraphView

http://code.google.com/p/achartengine/

http://code.google.com/p/achartengine/

https://*.com/a/12307900/3681056

https://*.com/a/12307900/3681056

#4


1  

For 3D charts, my company has this product:

对于3D图表,我的公司有这个产品:

http://www.object-refinery.com/orsoncharts/android/index.html

http://www.object-refinery.com/orsoncharts/android/index.html

There is a demo on the app store:

应用程序商店有一个演示:

https://play.google.com/store/apps/details?id=com.orsoncharts.android.demo

https://play.google.com/store/apps/details?id=com.orsoncharts.android.demo

Android中的图表(2D或3D)