I am currently trying to create a graph using AChartEngine containing two y-axis (one to the left, one to the right). Yet, I cannot seem to figure out how I can actually add the second y-Axis. An XYMultipleSeriesRenderer
only has got one setYTitle()
method.
Has someone ever achieved this and can give me a hint?
Thanks, Matthias
You can do that, indeed. Please see an example for this here.
The result looks like
.