Hello,
I am using Aspose.Cells v16.10.2 to generate PDF of charts in the attached excel file. In the PDF output, the scale used for horizontal axis and vertical axis is different than scale used in actual chart. This issue is in all the charts.
For all charts, their Aspose generated PDFs, Excel generated PDFs and Comparison screenshots are attached for your reference (all PDFs and screenshots are named with their particular chart name).
Following code is used to generate the output:
Workbook workbook = new Workbook("Example analyst model.xlsm");
WorksheetCollection ws = workbook.getWorksheets();
String worksheetName = "Supplementary";
Chart chart = ws.get(worksheetName).getCharts().get("RenderTest_3");
chart.toPdf("D:\\RenderTest_3_aspose_16.10.2.pdf");
This issue has been reported to us by customer in their production environment, so it is very critical for us.
Can you please analyse this issue and provide a fix for this asap.
Thanks,
Neha