Page 1 of 1

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

Posted: Fri Jun 10, 2005 4:17 am
by 9078838
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

Posted: Fri Jun 10, 2005 8:51 am
by narcis
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.

Posted: Fri Jun 10, 2005 11:42 am
by 9078838
Thank you very much.