Reputation: 304
I'm looking for a free Android charting library for two weeks now. I read the different threads I found on stackoverflow but I did'nt found what I'm expecting.
So I would like to know if someone know a library that matches my expectations.
As an example, I'd like to draw charts that looks like the one on the following link : http://www.highcharts.com/demo/combo-dual-axes
In advance, thank you for your help!
Upvotes: 0
Views: 1954
Reputation: 8317
Androidplot supports this as well. Take a look at the Dual Axis Labels section of this doc as well as the NormedXYSeries section of this doc.
There's also a full source sample available here.
Upvotes: 0
Reputation: 32391
Take a look at AChartEngine. The intermediate version currently available includes the combined XY charts support that will help you draw that kind of graphs you need. Please see a screenshot here, showing what the current version can do:
Regards,
Dan
Upvotes: 2