Hello,
I don't find how to hide a chart with text. I don't see a method like 'isvisible'. Can you help me?
Thanks for your answer.
This message was posted using Page2Forum from Aspose.Cells for Java - Documentation
Hello,
I don't find how to hide a chart with text. I don't see a method like 'isvisible'. Can you help me?
Thanks for your answer.
Hi,
Please use:
chart.ChartObject.IsHidden = true;
Thank you.