Hi, is there any way to export charts to image (located on the server) using only c# code? I'd like to send charts via emails so I want to store images on the server in some directory before sending messages. I can't find any solution in clear c# for that. What I have found is FCExporter.aspx but it used by javascript methods ( that I would like to avoid). I need pure c# sample. Please help me