I have a problem associated with scrolling synchronously.
When I display more than one graph on the window, I scroll through one of the graph whose scroll bar independently moves and the other scroll bar does not move.
When you show more than one graph, is there any option to set so that they all scroll together?
I came up with an alternative to use the slider object.
The problem to use the slider object is that the object sets limits on the coverage of display time period (e.g. 1-hour, or 2-hour).
My goal is to show 24-hour data by scrolling through graphs and to scroll together on more than one graph.
I would like to know if there is any solution for that.