PDF Export with TCharts ver 5.03
Posted: Wed Jun 07, 2006 1:23 pm
I am using Delphi 7 and TCharts ver 5.03.
I've got a TQRChart on a quick report. When I export the quick report to PDF, the qrchart on the quick report dissapear.
I tried the following code :
QRChart1.Chart.CopyToClipboardBitmap;
Image.Picture.Bitmap.LoadFromClipboardFormat(cf_BitMap,
ClipBoard.GetAsHandle(cf_Bitmap), 0);
Where the image is a qrimage that I dropped on top of the qrchart. But it still does not diplay correctly.
Thanks
Karen
I've got a TQRChart on a quick report. When I export the quick report to PDF, the qrchart on the quick report dissapear.
I tried the following code :
QRChart1.Chart.CopyToClipboardBitmap;
Image.Picture.Bitmap.LoadFromClipboardFormat(cf_BitMap,
ClipBoard.GetAsHandle(cf_Bitmap), 0);
Where the image is a qrimage that I dropped on top of the qrchart. But it still does not diplay correctly.
Thanks
Karen