Page 1 of 1

export to PDF, seting resolution

Posted: Fri Apr 27, 2007 5:58 am
by 8571714
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

Posted: Fri Apr 27, 2007 7:44 am
by yeray
Hi guzial,

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);