Using TeeChart 6.1 with BCB6, I have a graph that I enhance by drawing additional information directly to the canvas. (Just simple stuff... boxes, labels etc)
My only problem is that if I try to call the TeeChart's Print() method it only prints the graph - none of my custom objects. Can someone please suggest how I might go about making TeeChart print everything on the canvas?
Printing with Custom Canvas Objects
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Gerard,
You could exporting the chart to a MetaFile and use StretchDraw as shown in the example Pep posted here.
Hope this helps!
You could exporting the chart to a MetaFile and use StretchDraw as shown in the example Pep posted here.
Hope this helps!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |