Hi,
Is there any function to Convert Horizontal one unit value to the Pixel value in TeeChart? What is reverse function?
Thanks and Regards
Raju S Nair
How can I convert Horizontal Unit to Pixel Value
-
- Newbie
- Posts: 10
- Joined: Wed Sep 28, 2005 4:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Raju,
Yes, you can try using this:
The inverse method is:
Yes, you can try using this:
Code: Select all
XPos:=Chart1.Axes.Bottom.CalcXPosValue(23);
Code: Select all
XVal:=Chart1.Axes.Bottom.CalcPosPoint(200);
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 |