I am using ChartView inside ItemsControl. Everything is working fine.I am facing issue when using mouse-wheel scroll for chart zoom . Issue is itemscontrol scrolling triggered instead of scroll for chart zooming even though my mouse focus on chart.
My Expected Requirement:
1.) Do Chart Zoom In/Out When Mouse focus on chartcontrol.
2.) Do Item control scrolling when mouse focus on itemscontrol scrollbar.
I tried few options but those failed.Please help on this..
Please see attach as well...