I have searched and cannot seem to find a way to override the default behavior for the scroll wheel zooming. Ideally I would be able to set via a property to set the behavior.
But I have since attempted a less ideal solution: disabling the mouse wheel while still able to utilize the vertical zoombar. I attempted to override
void OnMouseWheel(MouseWheelEventArgs e)
But it seems the chart's "OnMouseWheel" is never called and the event is deeper on a sub element within the chart.
Help is greatly appreciated,
Hello Will,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.