Hi,
from an MVC Project I am exporting using XlsIo data crating an embedded chart on a sheet.
I want to hide the legend, so I use
chart.HasLegend = false;
On the Excel chart, the Legend is present.
Am I doing something wrong. I noticed that the Legend Property of the IChart Obejct is null after calling the previous code.
I am using the version 12.2.0.36.
Thanks in advance
Andrea Perazzolo