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
255
Exporting UltraChart to PDF in C#
posted

Hello,

How can I export an ultrachart to a PDF file?
I found this place http://blogs.infragistics.com/forums/t/28162.aspx but it didn't help me.

I also did something like that (which I so at another place):

Infragistics.Documents.Reports.Report.Report r = new      Infragistics.Documents.Reports.Report.Report();
Infragistics.Documents.Reports.Report.Section.ISection sec = r.AddSection();
this.ultraChart.RenderPdfFriendlyGraphics(sec.AddCanvas().CreateGraphics());

But it didn't work, and I can't figure out why.

Please help, thank you,

Zubi

Parents Reply Children
No Data