Hello,
Here is a way to achieve this:
1) Create a view model. In that view model you will need to have properties for minimum, maximum, selection start and selection end that correspond to your input data.
2) Create as many charts as you will need. On each chart you will need to set the X axis AutoRange to false and bind the MinValue to the selection start from the view model, the MaxValue to the selection end.
3) Create a slider and bind it's Minimum to the minimum in the VM, Maximum to the maximum in the VM, SelectionStart to the selection start in the VM and SelectionEnd to the selection end in the VM. Selection bindings here need to be two way.
Hope this helps.
Regards,
Petar Marchev
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>