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
295
Export Chart to PDF Report
posted

Hi,

the WinChart (UltraChart) defines the method "RenderPdfFreindlyGraphics".

It really produces very good looking Charts in the PDF.

Unfortunately i am using WinDataChart.

At this time i draw the Chart to a .NET Bitmap and this Image to the PDF Report.

It works, but it does not look very good.

Is there a way to achieve the Quality of RenderPdfFreindlyGraphics for the DataChart, i am missing this method really very much.

Thanks in advance.

Thomas

  • 7695
    Offline posted

    Hi Thomas, 

        After discussing it with the developers of both Charts. Essentially it sounds like at least for the Winforms version of the DataChart that ability currently does not exist. Although it looks like it should be possible by implementing an adjustable PixelScaling which is already implemented in other platform's implementation of this control.  This would allow you to request it paint a higher DPI bitmap of the Chart.
    As this is not currently implemented, to add your voice to requesting this be implemented I suggest you submit the idea as a feature request through our user voice site here: ideas.infragistics.com

    We often use features proposed here as our inspiration for future releases.