AChartEngine graph using two y axis

2020-02-13 01:38发布

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

1条回答
在下西门庆
2楼-- · 2020-02-13 02:15

You can do that, indeed. Please see an example for this here.

The result looks like

this.

查看更多
登录 后发表回答