anil_kumar_1

Members
  • Content count

    1
  • Joined

  • Last visited

About anil_kumar_1

  • Rank
    Forum Newbie
  1. We are using V3.0 of fusion charts. We have successfully implemented it in our application. Now our requirement is to save every graph on the page as image, so that we can embed this to a pdf file and export with few other data. I have gone through the documentation where it is explained using Java script and it requires Chart ID. In our application, we are displaying the chart in Fusion Control, so do not use ID. I find that to save the chart as image, we need to right click and use save as image option. How can we do this directly form C# in ASP.Net page. We are plotting the chart by using XML data as string. Please help. Thanks.