Hi, Is there a way to initialize two or more charts (based on a variable) and show them in a browser window? I create some reports window and i need this to show various charts.
The Asp.Net example program SPCWebApplication2 demonstrates how to stream a chart image to an Asp.Net Image control. So you would just have two or more Image controls at different locations on the web page and stream a different spc chart image to each. The method is described in Chapter 13 of the manual. Or, since you know how to save an image file to disk, you can connect the image file to a Asp.Net Image control through behind code.
I checked out the pdf manual. I also use SPCWebApplication2 in my project. However, if I have 3 data sets to stream charts, I don't know what can I do to see 3 chart images in my web page. Could you please send an example for this? Thanks.
Sorry, but we do not have an example of streaming multiple charts to a web page. You can contract us to write you a custom example if you want. Contact support@quinn-curtis.com for a quote.
You should be able to figure this out. You create (Add New Item | Webform) two different web forms (WebForm1, WebForm2) in your project. You create a chart in each WebForm. Then you connect each web form to a different Image control in the behind code of the Default.aspx web page.