Page 1 of 1

Export graphs to image

Posted: Wed Oct 20, 2004 12:10 pm
by 9524367
Hello,

Is it possible to save two or more graphs to one image file ?

Posted: Thu Oct 21, 2004 7:12 am
by Chris
Hi Ronald,
Is it possible to save two or more graphs to one image file ?
If, for example, you have two TeeChart AX objects on a Form (WinForm, VB Form, VC++ Dialog etc.) then there is no TeeChart method you can run from one of them to export the both of them to an image file.

The best solution would be to export both to image files and then use the Win32 API (or tool) to join the two images together.