Hi,
is there a way to achieve a google docs like zoom , I mean one bottom chart with the full time serie and another chart with the zoomed part of the bottom one. In the bottom chart should be highlighted the zoomed part of the serie
Thanks in advance,
Paolo Saudin
Google like zoom
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Paolo,
You could use 2 charts for that. Bottom chart could have a ColorBand tool for highlighting zoomed part and on its OnColorBandToolResized event set top chart's bottom axis minimum and maximum values accordingly (using SetMinMax method).
Hope this helps!
You could use 2 charts for that. Bottom chart could have a ColorBand tool for highlighting zoomed part and on its OnColorBandToolResized event set top chart's bottom axis minimum and maximum values accordingly (using SetMinMax method).
Hope this helps!
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 |