Showing Image in Annotation Tool - TeeChart AX V 6.5 - Urgen

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Nitin
Newbie
Newbie
Posts: 7
Joined: Thu Jan 09, 2003 5:00 am

Showing Image in Annotation Tool - TeeChart AX V 6.5 - Urgen

Post by Nitin » Fri Jun 10, 2005 4:17 am

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

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

Post by Narcís » Fri Jun 10, 2005 8:51 am

Hi Nitin,

You may use:

Code: Select all

TChart1.Tools.Items(0).asAnnotation.Callout.Brush.LoadImage
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.
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

Nitin
Newbie
Newbie
Posts: 7
Joined: Thu Jan 09, 2003 5:00 am

Post by Nitin » Fri Jun 10, 2005 11:42 am

Thank you very much.

Post Reply