export to PDF, seting resolution

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
nitin
Newbie
Newbie
Posts: 51
Joined: Thu Aug 22, 2002 4:00 am

export to PDF, seting resolution

Post by nitin » Fri Apr 27, 2007 5:58 am

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

Yeray
Site Admin
Site Admin
Posts: 9603
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Fri Apr 27, 2007 7:44 am

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);
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply