4e4c52
4e4c52

Reputation: 304

Free multi-axis Android charting library

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

Answers (2)

Nick
Nick

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

Dan D.
Dan D.

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: enter image description here

Regards,

Dan

Upvotes: 2

Related Questions