Hello,
I am using Aspose.Cells v18.11 to generate PDF of chart - “Chart 2” in the attached excel file. The vertical rule in the chart has moved towards the left of the bar in the PDF output.
Following code is used to generate the output:
Workbook workbook = new Workbook(“test.xlsx”);
WorksheetCollection ws = workbook.getWorksheets();
String worksheetName = “Cyc Chts”;
Chart chart = ws.get(worksheetName).getCharts().get(“Chart 2”);
chart.toPdf(“aspose response 18.11.pdf”);
It was working fine in some previous version of Aspose.Cells library. Since it is a break in functionality, this issue is very critical for us. Can you please look into this on priority and provide a fix for this asap.
PFA below the source excel and PDF output:
attachments.zip (148.7 KB)
Thanks,
Neha