suresh cheemalamudi
suresh cheemalamudi

Reputation: 6240

Android graph view

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.

enter image description here

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.

enter image description here

Upvotes: 3

Views: 3307

Answers (1)

Arshak92
Arshak92

Reputation: 664

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/

Upvotes: 2

Related Questions