Is it possible to have multiple column charts on one page?
on my page, when the user clicks on a link, multiple charts(around 9) have to be displayed and the data for these charts is obtained from different stored procedures.
You would either add multiple chart controls for each chart or you could make the use of composite charts and have one giant control.
Data Sources for chart control:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Data_Sources.html
Walkthrough for Composite Charts:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Creating_a_Composite_Chart.html