locked
How can I access the Image generated from my Chart? RRS feed

  • Question

  • I have a chart in my project, the chart is generated in the code behind. I'd like to be able to take the image that it generates and save it into a database table.

    This is the setting in my web.config for storage.
    <appSettings>
        <add key="ChartImageHandler" value="storage=session;timeout=20"/>
    </appSettings>

    What I'd like to know is how I can access the image, in the code behind, that the chart is generating.

    Can anyone help me out?
    Tuesday, April 6, 2010 7:08 PM

Answers