Charts are often used to ease understanding of large quantities of data and the relationships between parts of the data. Charts can usually be read more quickly than the raw data that they are produced from.
Following chart will be supported:


How to use AndroChart Library ?
In order to use jar library, add libs folder in your project directory, and copy androcharts-x.jar there then right click on jar and select add to build path.
Where can I find more information about chart library?
Once you purchase the library you will get the library, one documentation file and also the sample code. Even without purchase you can visit "Installation Guide" link and check the documentation in detail.
Can I add more than one chart in same activity?
Yes, Library is so flexible and easy to use that you can have multiple chart in one activity. Chart is kind of view so you can have as many as you wish in your activity.
How can I add data dynamically to chart?
There is a predefine structure in which you need to pass the data and its as simple as you do in the excel file. You just need to create array with the data which you need to pass as argument.