Hello,
I'm using a SfChart which is embedded in a ScrollViewer. The SfChart has Zoom Behavior enabled like this:
<sfchart:ChartZoomPanBehavior ResetOnDoubleTap="True" EnableMouseWheelZooming="True" EnablePinchZooming="True" ZoomRelativeToCursor="True" ZoomMode="X"/>
I noticed, that when I'm zoom-scrolling in the SfChart, the ScrollViewer also scrolled up and down.
Is there a possibility to disable the ScrollViewer while the mouse is active within the SfChart?
Greetings
Alexander