Access chart shapes

Is it possible to access a chart image the is already set in Excel?

IChartShape chart = workSheet.Charts[0];

IPictureShape picture = chart.Pictures[0];

System.Drawing.Image image = picture.Picture;

When I call chart.Pictures[0] it returns the error: "Specified method is not supported."


1 Reply

GM Geetha M Syncfusion Team October 15, 2008 07:18 AM UTC

Hi Mick,

Thank you for your interest in Syncfusion products.

If your intention is to convert a chart to an image, then I regret to say that this feature is yet to be implemented in Essential XlsIO. We have already logged a feature request on this regard and will update you once it is available.

Please let me know if I have misunderstood your requirement.

Regards,
Geetha


Loader.
Up arrow icon