Hide a chart

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

Hi,

Please use:

chart.ChartObject.IsHidden = true;

Thank you.