Navigator with Multiple Panes

Is it possible to make the navigator scroll all the panes in a TAdvGDIPChartView? I've set the PanesSynched property to "True".

For instance, in the FinChart demo, there are three panes with the top one only having a navigator. The navigator zooms all three panes together but only scrolls the pane it's attached to. Click and drag moves the X position in all 3 panes ok though.

Thanks
Mark

Hi, 


You will have to implement this your own, with the OnLeftScroll and OnRightScroll event, then change the RangeFrom and RangeTo of the other panes according to the pane which has the Navigator.

Kind Regards, 
Scheldeman Pieter

Ok, thanks Pieter