kresnik Report post Posted July 18, 2009 function view2D() { //Get chart from its ID var chartToView2D = getChartFromId("chart1Id"); chartToView2D.view2D(); } This is the function in javascript but how do i implement it with asp.net.? Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 20, 2009 Hello, Welcome to the FusionCharts Forum. Could you please go through our Documentation and click on the Guide for Web Developers, on the left hand menu panel, to view the implementation of asp.net with FusionCharts? Share this post Link to post Share on other sites