Printing several charts

TeeChart for ActiveX, COM and ASP
Post Reply
nbp
Newbie
Newbie
Posts: 83
Joined: Mon Sep 18, 2006 12:00 am

Printing several charts

Post by nbp » Wed Apr 04, 2007 7:27 pm

How can I print several charts (each one to a different page) without invoking the print preview dialog? I need to do this in the code. I have pointers to each Chart object.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Apr 05, 2007 10:10 am

Hi nbp,

You could try using the line below for each chart.

Code: Select all

	m_Chart1.GetPrinter().Print();
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply