3

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

JJ86
  • 5,055
  • 2
  • 35
  • 64
suresh cheemalamudi
  • 6,190
  • 11
  • 49
  • 67
  • 1
    in the current version you can change the labels text size – appsthatmatter Aug 02 '13 at 23:06
  • @jjoe64 Thanks for the reply. I will give it a try. Also I wanted to animate the graph while adding a new series to it.(i.e after doing this - graphSeries.appendData(newGraphData)) Can you give me a clue about how doing that.? – suresh cheemalamudi Aug 03 '13 at 01:34

1 Answers1

2

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/

Arshak92
  • 634
  • 3
  • 10
  • 24