Delphi XE7 AdvChartView Scrolling

I am attempting to enable scrolling/panning on my chart, but it will only scroll horizontally and not vertically.

I created a test program and I noticed that if Series AutoRange = arDisabled then the chart will allow vertical scrolling, but if it is anything else then vertical scrolling is not possible.

Is there a way I can enable vertical scrolling without having to disable AutoRange?

Hi, 

When the AutoRange is not set to arDisabled then vertical scrolling is not possible. This is by design, otherwise the concept of having an auto range is no longer valid if we would allow vertical scrolling. vertical scrolling is possible when having an auto range, after the y-range is scaled.


Kind Regards, 
Pieter