Printing several charts
Posted: 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.
Steema Software - Customer Support Forums
http://216.92.243.79/support/
Code: Select all
m_Chart1.GetPrinter().Print();