marala81 Report post Posted February 23, 2009 hi, i am using fusion power charts dragnode. when i am rendering the chart with renderchartHTML() method which is in Updatepanel the chart is getting displayed but when i am saving image using function saveChart(){ //Get chart from its ID var chartToPrint = getChartFromId("divFirstChart1"); chartToPrint.saveAsImage(); } i am getting error as 'Object doesn't support this method'. the code is not displaying in source to check whether i am rendering correct or not. Is the code deosn't displayed when we use'Fusionchart.renderchartHTML()' method. Share this post Link to post Share on other sites