Hi,
Is there a way to prevent the user to zoom beyond a certain point. for example when the interval of the bottom axix has reached a certain value.
Is there a way to allow zooming 1 Y axes when multiple Y axes are present, my tests show so far the zooming when multiple Y axes are present only works ok on the X axis. If not what would be my options.
Thanks
Prevent excessive zoom + zoom & multiple axix
Re: Prevent excessive zoom + zoom & multiple axix
Please add to component OnBeforeZoom event
2nd question still pending
Thanks
2nd question still pending
Thanks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Prevent excessive zoom + zoom & multiple axix
Hi marc_x
Thanks in advance.
Zooming is not supported on custom axes. Please read this FAQ item on how to zoom custom axes.Is there a way to allow zooming 1 Y axes when multiple Y axes are present, my tests show so far the zooming when multiple Y axes are present only works ok on the X axis. If not what would be my options
Thanks in advance.
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 |
Re: Prevent excessive zoom + zoom & multiple axix
FAQ mentions Chart->IZoom which does not exists... tried with IPanning which seemed relevant with no success. couls you please update the FAQ with up to date code
Regards
Regards
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Prevent excessive zoom + zoom & multiple axix
Hi marc_x,
Please try using Chart.Zoom instead of IZoom, for example:
Please try using Chart.Zoom instead of IZoom, for example:
Code: Select all
Chart1.Zoom.X0
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 |