zooming get zoomed value in percent

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
nitin
Newbie
Newbie
Posts: 51
Joined: Thu Aug 22, 2002 4:00 am

zooming get zoomed value in percent

Post by nitin » Fri Apr 20, 2007 5:17 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Apr 20, 2007 1:32 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply