Page 1 of 1

TeeChart outputs to an EMF file

Posted: Tue Dec 02, 2008 3:27 am
by 15050933
We're developing program using TeeChart. We want that TeeChart can draw its chart to an EMF file which is created by our program. The program will output all the information and curves to the EMF file, so how can we output TChar combined with other parts to the EMF file?
Our development tool is VC 6.

Posted: Thu Dec 04, 2008 9:19 am
by narcis
Hi mengyx,

In that case you'd better draw TeeChart in the EMF file's canvas. Something like in the example I posted here:

http://www.teechart.net/support/viewtopic.php?t=5445

Posted: Mon Dec 08, 2008 2:05 am
by 15050933
Thanks a lot. I'm doing some other developing works now, so I haven't tried your advice yet. I'll try it and keep in touch.