Hi, <br><br>I guess there is no inbuilt panning feature available for Highcharts yet. I also looked around in the Highstock demos (which has pan feature) on whether we can use the feature from there. The problem is that the zoom feature in Highcharts uses the click and drag mouse wheel event, so we cant use those events for pan as Highstock does. If we want to have a pan feature with inbuilt zoom of Highcharts, we would have to use a button panel or similar. Otherwise write our own zoom and pan feature?<br>