Export Chart As Graphic

Hi all,

Is it possible to return a graph from a worksheet as an image.


Workbook workbook = new Workbook();
Worksheet sheet = workbook.Worksheets[0];
Chart chart = sheet.Charts[0];
chart.Export(filename);


Or something similar.

Thanks.

This feature is not supported now but we are working on it. Hopefully in April we will release a version which support chart2image feature.