Android Line Chart / Graphics API

I need to show progressive numerical statistics for my graphic / chart. Please share your opinion and advice. Also note that I prefer if there was a native API.

Rohit

+3
source share
2 answers

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

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

+5
source

Check out the Zeitdata Charts . It is very scarce and offers line and scatter plots. It also allows you to see how the chart will look in the layout editor.

+1
source

All Articles