Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Line chart/graph API

I need to show progressive numeric stats to my Line Graph/Chart. Please share your opinion and advice. Please also make a note that I prefer if there would be a native API.

rohit

like image 969
Rohit Mandiwal Avatar asked May 22 '26 17:05

Rohit Mandiwal


2 Answers

AChartEngine is a charting library for Android applications. It currently supports the following chart types:

line chart area chart scatter chart time chart bar chart pie chart bubble chart doughnut chart range (high-low) bar chart dial chart / gauge combined (any combination of line, cubic line, scatter, bar, range bar, bubble) chart cubic line chart You can get more information from this link.

like image 84
AndroidLearner Avatar answered May 25 '26 08:05

AndroidLearner


Check out Zeitdata Charts. It is very lean and offers line charts and scatter plots. It also allows you to see what a chart would look like from within a layout editor.

like image 29
user1947590 Avatar answered May 25 '26 06:05

user1947590