Page 1 of 1

zooming get zoomed value in percent

Posted: Fri Apr 20, 2007 5:17 am
by 8571714
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

Posted: Fri Apr 20, 2007 1:32 pm
by narcis
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.