I have WPF MVVM app. On one screen I'm using SciChartSurface and in some case I need to overlay it with dialog. Problem is, that SciChartSurface modifiers are responsive even thru another grid overlaying whole SciChartSurface. Is there any way to disable this touch gestures catching without disabling modifiers?
Thank you