Print a graph
Posted: 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 :
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
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;
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