Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to draw the Bar Graph in Android Programatically?

Tags:

android

can any body hep drawing the bar graph in android according to the data on x and y axis

like image 577
Ganesh Avatar asked Dec 06 '22 18:12

Ganesh


1 Answers

charts4j Is another good chart API. It uses the Google charts server to generate the charts and returns them to you as an image.

like image 55
FoamyGuy Avatar answered Dec 29 '22 11:12

FoamyGuy