Thanks for your Help!
I can not figure out how to change the style of pointer on an annotiaon.Callout ?
i.e. Star,Square,Cross,Diagonal ect.
Also can I change the color of the style ?
Craig R
Annotation.Callout pointer style How to ?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Craig R,
Yes, you can do something like:
Yes, you can do something like:
Code: Select all
annotation1.Callout.Arrow.Visible = true;
annotation1.Callout.XPosition = 100;
annotation1.Callout.YPosition = 100;
annotation1.Callout.Visible = true;
annotation1.Callout.Style = Steema.TeeChart.Styles.PointerStyles.Circle;
annotation1.Callout.Color = Color.Red;
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 |