Page 1 of 1

Problem: printing in clx

Posted: Mon Aug 15, 2005 11:44 am
by 9342814
Hi.

I have a problem with printing in CLX. I'm doing a simple print like

chart1.print;

and all I get is a small picture in the top left corner and everything is jumbled together.

I'm using delphi 7 and TeeChart Pro 7.

Any suggestions???

Thanks in advance.

Posted: Thu Aug 18, 2005 7:52 am
by Pep
Hi,

Yes, I got the same results from another customer using CLX libraries. It must be a bug in Teechart code and/or coupled with CLX Delphi implementation (reversed coordinates or wrong scale factor). I've logged it to our defect list so that we can address it for next teeChart release.

In the meantime one workaround would be to create a temporary image and then "paint" it to printer Canvas. Or use chart PrintPartial or PrintPartialCanvas method to print chart directly to printer.