Hello,
it is possible to get value from teechart which will inform us about zoom in % like we have it in other application?
thanks in advance
zooming get zoomed value in percent
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi guzial,
No, I'm afraid there's not such a property. You should calculate this manually, for example, using axes scales or pixel screen coordinates. You could use OnZoom and OnUndoZoom events for calculating this.
Also notice that adding a TTeeCommander on your form and pressing the zoom button it already displays the zoom percent on its label.
No, I'm afraid there's not such a property. You should calculate this manually, for example, using axes scales or pixel screen coordinates. You could use OnZoom and OnUndoZoom events for calculating this.
Also notice that adding a TTeeCommander on your form and pressing the zoom button it already displays the zoom percent on its label.
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 |