Custom image in canvas

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Matias Nabarro
Newbie
Newbie
Posts: 9
Joined: Mon Apr 07, 2014 12:00 am

Custom image in canvas

Post by Matias Nabarro » Tue Mar 24, 2015 9:37 pm

Hello. I need to put an image in the upper right corner of a chart. I'm confused about where to start searching for a solution.
It's a company's logo image, meant to print with every chart the application. I'm looking for the easiest way to acomplish this. Hope you can help me.

Best regards.

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Custom image in canvas

Post by Yeray » Wed Mar 25, 2015 8:24 am

Hello Matias,

You can use a TAnnotationTool (or a TRectangleTool) and load an image on it. Ie:
annotation.png
annotation.png (117.13 KiB) Viewed 4579 times
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Matias Nabarro
Newbie
Newbie
Posts: 9
Joined: Mon Apr 07, 2014 12:00 am

Re: Custom image in canvas

Post by Matias Nabarro » Wed Mar 25, 2015 12:18 pm

Thanks Yeray!. I will do it with the annotation tool, I just finished testing it.

Best regards,

Matias.

Post Reply