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
285
RenderPdfFriendlyGraphics did not render the legend
posted

 Hi,

I created an ultrawinchart and I want to make a report within the ultrawinchart. For this I used the RenderPdfFriendlyGraphics function. With this function the rendering of the diagram works well but the legend is outside the diagramm. I think the rendering function don't work at the legend. Here is my code snippet:

 

            Infragistics.Documents.Report.ICanvas canvas = page.AddCanvas(0, 0);
            Graphics g = canvas.CreateGraphics();
            ultraChart.RenderPdfFriendlyGraphics(g, 200, 200);

 If I don't use the scale function (third line) the legend is shown at the right position, but the chart is to large to show it on an A4-paper. Does somebody has an idea.

Parents Reply Children
No Data