arundev Report post Posted March 7, 2014 (edited) Hi, I am working with fusion charts .i want to know how we can implement action listener in asp.net c#. i have crated a column chart i need when i click one column,then call a function in the asp.net class file .and i want to pass the value with the function can you please help me for this Regards Arundev Edited March 7, 2014 by arundev Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted March 10, 2014 Hi Arundev, Please note that with the latest FusionCharts Suite XT, you can provide either link of your ASP.NET page or can call your own custom JavaScript function with parameters. But, can not directly call a function from ASP.NET class file, from on click of a data plot. So, to fulfill your requirement, you may call a custom JavaScript function and from there make a call to your ASP.NET class function using jQuery ajax(). For more information on "Using JavaScript functions as links", please visit the link: http://docs.fusioncharts.com/charts/contents/DrillDown/JavaScript.html Hope this helps! Share this post Link to post Share on other sites