I need to do some custom drawing on the canvas of TeeChart 7 (TDBChart) professional but it seems that the canvas exposed by this VCL component does not support anything similar to CopyRect() function provided by normal TCanvas.
Please advise if there is any similar method available or if there is some alternative to achieve the same results.
Thanks in advance for your kind time.
How to use CopyRect() on the canvas of TeeChart VCL
-
- Newbie
- Posts: 10
- Joined: Wed Sep 28, 2005 4:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Sunil,
You can try doing something like this:
You can try doing something like this:
Code: Select all
DBChart1.Canvas.ReferenceCanvas.CopyRect(...);
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 |