Printing several charts
Printing several charts
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.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi nbp,
You could try using the line below for each chart.
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 |
Instructions - How to post in this forum |