Print a Zoomed Chart
Posted: Wed Aug 02, 2006 7:47 pm
After I did a zoom on the chart, I want to print this zoomed chart. I have a print button to do this. But when I push this button, the chart is reloaded as a new chart that's zoomed once more, so did the print out image. I want the chart to be the previous one, how can I achieve this?
I had tried to modify a little bit of your GetChart.aspx.cs file to store the chartStream in a session and then get it to load to chart when do the printing, but it gives the error of: invalid binary format...
All the code I use are same with your sample, like use session variable to hold original chart stream and also the print methods.
Thanks for your help!
Jin
I had tried to modify a little bit of your GetChart.aspx.cs file to store the chartStream in a session and then get it to load to chart when do the printing, but it gives the error of: invalid binary format...
All the code I use are same with your sample, like use session variable to hold original chart stream and also the print methods.
Thanks for your help!
Jin