Hello Aakansha,
I have just answered your support ticket on the matter and for your convenience and also for others that may have similar questions I am pasting my reply below:
Straight to your questions:
1) The following resources will be useful for you to see how to implement drill-down charts, how to respond to cilent-side events and how to configure PieCharts and BarCharts:
http://demos.telerik.com/aspnet-ajax/htmlchart/examples/drilldownchart/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/htmlchart/examples/clientsideevents/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/barchart/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/piechart/defaultcs.aspx
2) Charts are generally static content, which is usually implemented with rendering images from the server. The RadHtmlChart renders on the client and thus allows you to have client-side events (see the above link) which is about as much interaction as can be achieved with a chart. Another benefit we added is the highlighting of the items when you hover them with the mouse and the animation when tooltips transition from one item to another. I am afraid, however, that "dancing" bars or sectors are not available in the control. On showing additional data - the cilent-side events expose a lot of data that you can show in a div next to the chart with JavaScript. We are also working on adding templates for the built-in tooltips so you can show data from additional columns in your datasource. This feature is planned for the Q3 2012 release. You can monitor its progress in this PITS item.
Kind regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.