How to use CopyRect() on the canvas of TeeChart VCL

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Raju S Nair
Newbie
Newbie
Posts: 10
Joined: Wed Sep 28, 2005 4:00 am

How to use CopyRect() on the canvas of TeeChart VCL

Post by Raju S Nair » Tue Nov 21, 2006 10:26 am

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.

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

Post by Narcís » Tue Nov 21, 2006 10:34 am

Hi Sunil,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply