I want to do what would be when you hover on the X axis in msChart and scrolling the wheel, the schedule scaled . But! The zoom responds only when the mouse cursor is over the axis label , and when you hover over an empty space, nothing happens !
Why it happens? and how to solve this problem?
<chartingToolkit:Chart x:Name="mcChart"> <chartingToolkit:Chart.Axes> <chartingToolkit:LinearAxis Name="AxisY" MouseWheel="LinearAxis_MouseWheel_2"/> <chartingToolkit:LinearAxis Name="AxisX" MouseWheel="LinearAxis_MouseWheel_1"/> </chartingToolkit:Chart.Axes> </chartingToolkit:Chart>