Order of chart legend changed in Chart's PDF

Hello,

I am using Aspose.Cells v8.9.2 to generate PDF of chart - Chart 4 in the attached excel file. In the PDF output, the chart legends appear in reverse order.

Following code is used to generate the PDF output:

Workbook workbook = new Workbook("test.xlsm");
WorksheetCollection ws = workbook.getWorksheets();
String worksheetName = "Wrld-growth";
Chart chart = ws.get(worksheetName).getCharts().get("Chart 4");
chart.toPdf("D:\\test.pdf");


Can you please analyse this issue.

Thanks,
Neha

Hi Neha,


Thank you for sharing the sample.

We have evaluated the presented scenario while using the latest revision of Aspose.Cells for Java 8.9.2.6, and we are able to notice the said problem. In order to further investigate the matter, we have logged this incident as CELLSJAVA-41977. Please spare us little time to properly investigate the matter, and get back to you with updates in this regard.

Hi Neha,


Please try the latest version of Aspose.Cells for Java 9.0.7 against the problem logged earlier as CELLSJAVA-41977, and let us know your feedback.

The issues you have found earlier (filed as CELLSJAVA-41977) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.