For stacked columns in image (method toImage()).
Hi,
I reproduced in in versions 7.0.2 and 7.0.3 aspose cells.
Sample code:
Workbook workbook = new Workbook("wrong+order+of+legend+in+stacked+column%2c+excel+variant.xlsx");
Chart chart = workbook.getWorksheets().get(0).getCharts().get(0);
chart.toImage("img.bmp");
If legend in one column then legend in back ordered.
Hi,
The issues you have found earlier (filed as CELLSJAVA-40045) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.