hello
like in topic, is there possibility to set resolution of pdf ? We have problem that when we have large number of points on chart after export to pdf file we are not able to read it (deatails)
thanks in advance
export to PDF, seting resolution
Hi guzial,
You should try different values for width and height of the following function (uses TeePDFCanvas).
You should try different values for width and height of the following function (uses TeePDFCanvas).
Code: Select all
TeeSaveToPDFFile(Chart1, 'c:\temp\mychart.pdf', width, height);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |