How to print several TeeCharts in a piece of paper?Help me!

TeeChart for ActiveX, COM and ASP
Post Reply
duwar
Newbie
Newbie
Posts: 1
Joined: Mon Nov 12, 2007 12:00 am

How to print several TeeCharts in a piece of paper?Help me!

Post by duwar » Fri Jun 24, 2011 9:03 am

Hi,dear geeks,can you help me?
First, I'm come from chinese,so English just so so.
Second, I use Microsoft Visual C++. I just want code which achieve : print two or more TeeCharts in one piece of paper!
I have writed some code, i define two TeeChart objects,like this:
CTChart m_tchartF,m_tchartS; //in a Diolg
.....
DDX_Control(pDX, IDC_TCHART1, m_tchartF);
DDX_Control(pDX, IDC_TCHART2, m_tchartS);
....(initialise these TeeChart,add some data)
m_tchartF.GetPrinter().PrintChart(); //i just know use this to print, but this only print a TeeChart in a piece
m_tchartS.GetPrinter().PrintChart(); //what's the code which could print two Charts in one piece ?
last
geeks,I deputy earthman dedicated to You !
Regards

Steffen
Newbie
Newbie
Posts: 23
Joined: Mon Sep 07, 2009 12:00 am

Re: How to print several TeeCharts in a piece of paper?Help me!

Post by Steffen » Fri Jun 24, 2011 11:34 am

I would let a virtual printer do the job: FinePrint (http://fineprint.com/fp/) for example lets you print 2, 4 or 8 pages on one page.
It can be configured so that the pre-print GUI is not shown.

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

Re: How to print several TeeCharts in a piece of paper?Help me!

Post by Narcís » Thu Jun 30, 2011 8:42 am

Hello,

Sorry for the delayed reply. You can print multiple charts in a single page as explained here.
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