Want to print over multiple pages

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Progi
Newbie
Newbie
Posts: 1
Joined: Wed Feb 07, 2001 5:00 am
Location: Belgium

Want to print over multiple pages

Post by Progi » Sat Feb 21, 2004 2:39 pm

Hi,
Want to print a ganttgraph but he's bigger than what can be printed on one page, now i want to print my complete ganttgraph, how can i do that at once ?

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Mon Feb 23, 2004 6:36 am

Hi.

How do you print charts ? Directly or by using a reporting tool (Report Builder, Quick Report) ? In any case, the solution is to cycle throught all chart pages and then print individual pages. For Quick Report this involves writting the page navigation code in one of it's events (OnNeedData, I think). Similar approach can be used in Report Builder as well.
If on the other hand, you're directly printing charts, you can use use any of the chart printing routines (Print, PrintLandscape, PrintPartial) to do this for each page.
Marjan Slatinek,
http://www.steema.com

Post Reply