Is there any open source engine available to render real time values in the shape of line chart and other types of chart. As the data passed using the web it will dynamically update itself and plot.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am using AChartEngine to draw line charts.
It only provides plotting functionality.
Implementing real time data binding is your job.
ADDED
JFreeChart is the most famous one in Java, but it does not support Android since it uses Swing.
AFreeChart is a port of JFreeChart for android supprts.
http://code.google.com/p/afreechart/
Screenshots: http://afreechart.googlecode.com/svn/doc/screenshot/index.html
I am not sure it provides types of charts you want to use, but I think there are not many alternatives and this one may be the best.