Questions tagged [android-graphview]

GraphView is a library for Android to programmatically create flexible and nice-looking diagrams.

GraphView is a library for Android to programmatically create flexible and nice-looking diagrams. It is easy to understand, to integrate and to customize it. At the moment there are three different types:

  • Line Charts
  • Bar Charts
  • Point Charts

Resources:

Exported .jar lib - https://github.com/jjoe64/GraphView/blob/master/public/graphview-3.1.jar?raw=true

GitGub Project Page - https://github.com/jjoe64/GraphView

Examples - https://github.com/jjoe64/GraphView-Demos

Website - http://www.android-graphview.org/

The library is compatible from android 1.6 - 5.0. More can be found on the project homepage.

454 questions
-2
votes
1 answer

plotting values on graph using achartengine

How i cant set the y axis values which has limits from 200 to 800 with interval of 10. which parameters need to set for this. and i need dates on the x axis with interval of 1 day. how can i draw this kind of chart using achartengine library i have…
ranjith
  • 4,526
  • 5
  • 27
  • 31
-2
votes
1 answer

How do i Implement Graphs in Android and change scale on using pinch zoom

graph should have pinch to zoom functionality which should change graph from Month to Week and then on further zooming to days. below image shows the highest level of zoom i.e in hours so essentially zooming out using pinch should change the scale…
jigar1859
  • 1
  • 2
-3
votes
1 answer

getActivity cannot resolve

That is the code, im trying to make a graph using Graphview, but i cant format the XAxis label into time, so did some search and i copied a code from that page: http://www.android-graphview.org/dates-as-labels/ fetchData process= new…
Kyo R.C.
  • 13
  • 6
-3
votes
1 answer

is is possible to create a graph like below using thirdparty libraries like mpchartengine in Android

I have requirement to create a line graph with multicolored entrypoints and i have attached the screeshot.Please provide the help on this.
san
  • 43
  • 5
1 2 3
30
31