本文介绍了Android的折线图/图形API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要表现出渐进的数字统计,以我的线路图/图。请分享你的意见和建议。也请记,我preFER是否会有一个原生API。

I need to show progressive numeric stats to my Line Graph/Chart. Please share your opinion and advice. Please also make a note that I prefer if there would be a native API.

罗希特

推荐答案

AChartEngine是Android应用的图表库。它目前支持以下图表类型:

AChartEngine is a charting library for Android applications. It currently supports the following chart types:

折线图面积图散点图时间图条图饼形图气泡图圆环图范围(高至低)条形图拨号图/表压组合(线,三次曲线图,散点图,酒吧,酒吧的范围,泡沫的任意组合)图立体折线图你可以得到更多的信息,从此链接

line chartarea chartscatter charttime chartbar chartpie chartbubble chartdoughnut chartrange (high-low) bar chartdial chart / gaugecombined (any combination of line, cubic line, scatter, bar, range bar, bubble) chartcubic line chartYou can get more information from this link.

这篇关于Android的折线图/图形API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 04:43