Hypothetical - say you have an SfChart in WPF, and you have added multiple panes to that chart by adding ChartRowDefinitions.
Is there a way to determine which pane of the chart the mouse is currently over? In this case, I want to resize that pane by holding down CTRL (left) and rolling the mouse wheel forward or back. How to adjust the overall chart height is easy, but I'm not sure how to tell which pane I'm over in order just to change the height of that pane.