I've server side automation to create some chart in excel using OpenXML. I need to export a chart from my report to an image and send it in an email. The excel libraries are not installed on servers so interop COM is not an option. How can I achieve this without using anything external dlls or anything? Suggestions appreciated. thanks