I am very new to Infragistics, need to do a drill down graph. Basically what I need is, I will display the master bar chart, when the user clicks on the bar [I need hoover/ data highlighting effect also], it will efresh the screen or open a new window with master ID passed as a query string and on that page I will display child bar charts. Can it be done ?
Thanks
There are a number of ways you could accomplish this. One way is using the drilldown feature of the chart. You can find how to set up this feature in our documentation:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/Chart_Drilldown.html
Another way would be to handle the ChartDataClicked event of the Chart and rebind the chart to another datatable.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/Infragistics2.WebUI.UltraWebChart.v8.1~Infragistics.WebUI.UltraWebChart.UltraChart~ChartDataClicked_EV.html
The last way could be done by handling the ClientOnMouseClick client side event and using some JavaScript to open a new window with your query string parameters.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/WebChart_Client_Side_Events_CSOM.html
Do you have a solution for webchart? Maybe one that isn't 5 years old!!
Did you look at the first link where I linked to the documentation?
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/Chart_Drilldown.html