Hi,
I am trying to dynamically render my chart using ASP.NET AJAX scripts. So I have 3 controls:
One chart control (ascx) that has chart data.
The second is a ASP.NET AJAX Web service that loads and executes my chart control(ascx) and returns the generated html.
Finally I have an aspx page that calls my web service to get the chart's html and then displays it in a panel.
All this is working and chart is getting rendered. But the issue is that tooltips/click events are not getting fired in this case. Please find code attached for the above - Running DynamicChart.aspx shows the problem. I couldn't attach the entire VS project because of the size restrictions.
Please let me know what I may be missing here.
Thanks a lot.
Please let me know how to get around this issue - any suggestion/workaround. We need this for our chart drilldown's to work.
Thanks.