Hi Team,
I’d like to change the background (fill) color of one particular chart legend entry.
Can you please provide a short code snippet on how it can be made using Aspose.Cells?
Thank you
Selection_176.png (12.6 KB…... Workbook wb = new Workbook(path + "test.xlsx"); Chart _chart...Color = Color.Black; wb.Save(path + "out.xlsx"); Attached is the...