如何在Android中绘制3D饼图
有没有简单的方法可以在Android中绘制3D风格的饼图?我知道有些人使用 Path 和一些数学来绘制 3D 风格的饼图。但确实很难驾驭。
有什么想法吗?
谢谢
Is there any easy way to draw 3D style pie charts in Android?. I know some people draw 3D style pie charts using Path and some mathematics. But it is really difficult to manange.
Any ideas?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Orson Charts for Android(商业版,因为不是免费的)可以做到这一点非常轻松地为您服务。
Orson Charts for Android (commercial, as in not free) can do this for you very easily.
SO #Android 上有很多图形线程 - 这是最活跃的线程之一:
https://stackoverflow.com/questions/5156740/im-looking-for-fancy-charts-library-for-android/5157576#5157576
我正在谈论的那个Steema TeeChart 最近发布了他们的测试版。我目前正在使用它,并且我绝对推荐它:http://steema.com /entry/60 这个库让你可以访问大量的东西,它是由一些非常专业的人制作的。
不过,当最终版本发布时,它不会是免费的。对于免费的替代品,请参阅我链接的线程。
There's been a lot of graphing threads on SO #Android - this was one of the more active ones:
https://stackoverflow.com/questions/5156740/im-looking-for-fancy-charts-library-for-android/5157576#5157576
The one I'm talking about in there, Steema TeeChart, recently released their beta. I am currently using that and I can definitely recommend it: http://steema.com/entry/60 The library gives you access to a ton of things and it's made by some really professional guys.
It will not be free when the final release rolls around though. For free alternatives, see the thread I linked.