NikhithaTarala / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Line Chart with Live data #156

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to draw line chart with live data. Seems like on GraphicalView 
repaint() is not doing the job. I was trying to periodically call repaint().

Any suggestion?

Original issue reported on code.google.com by minh...@gmail.com on 5 Dec 2011 at 6:11

GoogleCodeExporter commented 8 years ago
You have to add points to the dataset and then call repaint.

Original comment by dandrome...@gmail.com on 10 Dec 2011 at 2:36