I am trying to create a bar chart with about 70 rows in the table using addChart API.
using aspose.cells for Java version 2.5.1 ( a bit old).
While the bars show up correctly, the alternate row labels are missing from the generated chart. i tried resizing it manually chart area in the exported excel but still it does not come.
Please refer attached xls export output.
w_chart = a_chartWorkSheet.getCharts().addChart(16,3,1,18, 13);
However, if i change the last param to 20, the row labels show correctly.
Further, if i change it to either 19 or 21, it does not show up again.
really weird…
please help.