Assign a series to a secondary value axis HOWTO

Hello, is there any documentation on how to get a data series to utilize a seconday axis on a chart.  Is this supported is aspose.cells.java?<br><br><br>

I’ve searched the forum and looked through the Aspose.Cells for .NET documentation. It appears the .NET version has a PlotOnSecondAccess member for the ASeries object. It appears that there is no analogous property in the java version. Is this feature not yet supported in Java? If not, where does it place on the product roadmap?

Thanks.

Hi,

Please try this fix.

You can use Aseries.setPlotOnSecondAxis method to assign a series to the second axis.

Thanks! Looks like that patch works fine.