简体   繁体   中英

Simultaneous zoom / Scroll on multiple charts using Teechart HTML5/ Javascript

I am displaying multiple charts in a single page. I have enabled the zoom and scroll on each of the chart using the following code.

Chart1.zoom.enabled = true;
Chart1.scroll.enabled = true;

I would like all the charts to zoom/scroll simultaneously when I zoom/scroll on one of the charts. I this possible using HTML5/Java script version of TeeCharts.

I think it should work as the other TeeChart versions do: using OnZoom and OnUndoZoom events and setting other's chart vertical and horizontal axes min. and max. (SetMinMax) according to the zoomed chart axes scales.

We'll try to add an example of this in the demo.

Steema Support Central.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM