Hi,
I noticed that executing the Calculate() command on a waterfall chart adds the legend although the chart didn’t have a legend initially.
Code:
using (var workbook = new Workbook("./Input.xlsx"))
{
workbook.Worksheets[0].Charts[0].Calculate();
workbook.Save("./Output.xlsx");
}
I’ve attached the test files and a screenshot for your reference. Could you please look into that?
Thanks,
waterfallTest.zip (27.0 KB)
waterfallScreenshot.PNG (9.6 KB)