Page 1 of 1

Printing several charts

Posted: Wed Apr 04, 2007 7:27 pm
by 9532498
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.

Posted: Thu Apr 05, 2007 10:10 am
by narcis
Hi nbp,

You could try using the line below for each chart.

Code: Select all

	m_Chart1.GetPrinter().Print();