Hi danail,
Thanks for your support.
I had this idea but colud not apply as all the charts are dynamically created from code.
//Adding Chart Here
RadHtmlChart radPiechart = new RadHtmlChart();
// radPiechart.OnClientSeriesHovered = "hovered";
radPiechart.Attributes.Add("Class", "chart-style");
when i tried to access 'hovered' client event from code, chart is not rendering properly. can you please suggest, how we can handle this from server side.
Regards
Swathi Nomula