Pull data from database to put in line graph

Issue #5 resolved
Probity IT Solutions created an issue

I am new to implement line graph in android application. I need your assistance to draw line graph from data from sqlite database. and column in database contain more than 100 rows. I want to draw those 100 points in line graph using your library.

Comments (2)

  1. Steve Oakey

    Assuming your column data is an X,Y coordinate, select the values from the table then refer to the Wiki for example on a line graph. It is pretty clear.

  2. Log in to comment