I’m working in some existing code that uses Aspose 2.4.2
It’s using a “Charts” class to add a chart at a specific position but I’m thinking they have some args messed up, but I can’t tell since I’m not aware of where the API is for 2.4.2? The API in the docs doesn’t seem to have a “Charts” class.
It’s currently being used like
Charts charts = sheet.getCharts();
charts.addChart(ChartType.LINE, startRow + 2, 1, currRow + 10, 20);