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
525
ultrachart and RenderPdfFriendlyGraphics
posted

Hi.

I create an ultrachart and then call the RenderPDFFriendlyGraphics function to render the chart to a pdf report. The code looks like this:

ICanvas canvas = newFlow.AddCanvas();

canvas.Width = new FixedWidth(210);

canvas.Height = new FixedHeight(170);

Graphics g = canvas.CreateGraphics();

ultraChart1.RenderPdfFriendlyGraphics(g);

The RenderPDFFriendlyGraphics takes a long time to execute. Is this normal? My chart consists of about 50 series each of 175 points.

Parents
No Data
Reply
  • 18495
    posted

    Hello Sudnya,

    Please answer the following questions for me so I can better assist you.

    1. Which version of NetAdvantage are you using?
    2. Which version of Visual Studio are you using?
Children