This is not the zoom Aspect.Zoom property
After producing a chart and using the Normal button on the Commander bar I have zoomed in using the mouse and the zoom rectangle. (Slecting the chart and moving the mouse from left to right).
I realise that I can reset the amount of zoom by selecting the chart and moving the mouse from right to left but how do I do that programatically?
Many thanks,
Vaughan
How do I reset the zoom feature programatically?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Vaughan,
Yes, this is the property you mentioned, setting it to 100 percent works:
Yes, this is the property you mentioned, setting it to 100 percent works:
Code: Select all
tChart1.Aspect.Zoom = 100;
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 |