How to capture zoom area

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
vishwa
Newbie
Newbie
Posts: 33
Joined: Mon Oct 15, 2007 12:00 am

How to capture zoom area

Post by vishwa » Fri Sep 07, 2018 4:07 am

Hi,

I'm using Color Grid to draw chart with multiple series. I have another chart also, which we can draw based on cursor position of Color grid. I just want to know which event will be triggered(like chart.domouseup, chart.mousedown etc...) when we zoom Color grid, and how to capture that zoomed area, so that i can zoom another chart also manually, based on color grid zoom area. Can anyone help on this.

Regards,
PSKN

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: How to capture zoom area

Post by Yeray » Wed Sep 12, 2018 7:30 am

Hello,

Try using the onzoom and the zoom.onreset events as in the "Synchronize Axes" example here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply