Hi Team,
I have a requirement to position the legend based on the chart size.
I have a sample bar chart and the snipper is as follows.
// init workbook
Workbook wb = new Workbook();
WorksheetCollection sheets…...get(0,2).setValue("Feb 22"); dataSheetCells...dataSheetCells.get(1,2).setValue(6543); dataSheetCells.get(2,0).setValue("Walmart");...