Hi,
I want to use the right secondary axis on a combo chart (Column Stacked and Line)
On one of the series, i use setPlotOnSecondAxis(True);
chart
.getNSeries()
.get(2)
.setPlotOnSecondAxis(True);
But…...series, i use setPlotOnSecondAxis(true); chart .getNSeries() .get(2)...get(2) .setPlotOnSecondAxis(true); But when I do that, there is still...