Print a graph

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
BernardLimont
Newbie
Newbie
Posts: 6
Joined: Fri Nov 15, 2002 12:00 am
Contact:

Print a graph

Post by BernardLimont » Wed Oct 26, 2005 11:34 am

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Nov 02, 2005 9:12 am

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 ?

Post Reply