Page 1 of 1

Print a graph

Posted: Wed Oct 26, 2005 11:34 am
by 8437678
Hi,

I use TChartPro v 6.01
For printing a graph (with lines and annotation) that is what I do :

Code: Select all

procedure TMDITeeGraphDlg.SBtnPrintClick(Sender: TObject);
begin
  ChartGra.ClipPoints:=True;
  TeeClipWhenPrinting:=True;
  TeeClipWhenMetafiling:=True;
  ChartPreviewer1.Chart:=ChartGra;
  ChartPreviewer1.Execute;
end;
In ChartPreviewer cpoasbitmap is true

I have a blank page with some printers
What can I do ?

Thanks
Bernard

In French
J'ai une page blanche sur certaines imprimantes. Que faire ?
Merci
Bernard

Posted: Wed Nov 02, 2005 9:12 am
by Pep
Hi Bernard,

it only happens in some printers ? In that case it seems the problem could be that related with the printer drivers.
Could you please try to download the latest (or different) version of printer drivers and test it again ?