Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
625
How to download chart pdf and print chart html content
posted

Hi,

I am using igDataChart

is there any possible to download as PDF the chart or html content or print the screen or chart

$("#dataChart").igDataChart();

is there any component is there in javascript html

Please any one help me

Thanks in Advance

Robin Bronston D


Parents
No Data
Reply
  • 16310
    Offline posted

    Hi Robin,

    Infragistics does not provide a pure javascript solution for this. However, in the context of an MVC application you can use our Infragistics Documents library to create PDF documents on the server, as demonstrated at http://www.igniteui.com/infragistics-documents/create-pdf-or-xps. I can provide you with a sample using the igDataChart as well, if this would suit your needs.

    If you are looking for a pure client side solution, I suggest that you get the chart image using the exportImage method, and then use any third party library to create pdf document and place the chart image inside the pdf content.

Children