Android graph view

情到浓时终转凉″ 提交于 2019-12-05 02:24:20

问题


I have used jjoe64's graphview library to implement graph in my app. It has pretty good samples inside the box and started right away to include it in my app. Wat i have got so far is as shown below.

But what i actually need is as shown below, I dont want that dark vertical lines to come inside the graph. Any idea how to remove these vertical lines. Also i wanted to add the markers at each graph points. The markers are usually png's. And the last, i wanted the change the vertical label sizes. Can somebody help me out with this. Thanks.


回答1:


You can use achartengine for more effective customization. It is the most popular free graphview library for Android.You can find latest version and tutorials here http://www.achartengine.org/



来源:https://stackoverflow.com/questions/17133110/android-graph-view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!