Hi,
i am using annotation tool for some text display on my chart, but i am facing an issue that i have to give position of tool.
i have point coordinate i.e(x,y) where the tool rectangle starts and ends, but i am not able to convert this point coordinate
to its left,top etc.please suggest any idea.
Regards,
Amol
Custom position of Annotation tool
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Custom position of Annotation tool
Hi Amol,
You need to calculate them using TChart1.Axis.Bottom.CalcXPosValue and TChart1.Axis.Left.CalcYPosValue. Here's an example using custom positioning with annotation tool.
You need to calculate them using TChart1.Axis.Bottom.CalcXPosValue and TChart1.Axis.Left.CalcYPosValue. Here's an example using custom positioning with annotation tool.
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 |