Hi
I am using TeeChart AX ver 6.5. I want to display image in Annotation tool. I can do this at design time by using the teechart editor by setting patter to some image. But I cann't find the property to access or load image in Teechart ActiveX Control. This means that I cann't assign image to annotation too at runtime. Is there any way to assign image at runtime to annotation tool ? Please help me how can I acoomplish this.
Thanks
Showing Image in Annotation Tool - TeeChart AX V 6.5 - Urgen
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Nitin,
You may use:
Also notice there's a specific forum for TeeChart ActiveX version, so from now on we'd appreciate you to post ActiveX related messages to its specific forum.
You may use:
Code: Select all
TChart1.Tools.Items(0).asAnnotation.Callout.Brush.LoadImage
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 |