I'm developing an ASP.NET Web Forms application and one of the requirements of the application is to have some data displayed using charts. I'm looking for an interactive ASP.NET Web Forms control that allows me to draw charts and also attach events so that I can make the chart "interactive". For example, when a user clicks on a "slice" in a "pie chart" control I need to know where the click is coming from so that I can update the rest of the page and display info regarding what that "slice" represents.
The controls I've seen so far seem to be good at generating charts but once the chart is generated there's not much that can be done.
I would appreciate any recommendation regarding a suitable charting control.
MadSeb