Hello,
I am using Aspose.Cells v16.11.1 to generate PDF of charts in the attached excel file. In the PDF output, the angle of X-axis labels is incorrect. The labels in Aspose generated PDF are straight while they are slanting in the actual chart.
Following code is used to generate the output:
Workbook workbook = new Workbook("test.xlsm");
WorksheetCollection ws = workbook.getWorksheets();
String worksheetName = "Sheet11";
Chart chart = ws.get(worksheetName).getCharts().get("Chart 2");
chart.toPdf("chart 2_aspose_16.11.1.pdf");
I have attached Aspose generated Pdf along with a screenshot of the issue.
Can you please analyse this issue.
Thanks,
Neha