Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Customized Zoom
posted

Hi,

I need to customize the zoom feature of the xamdatachart.The zoom with the mouse-wheel should behave as following:

- only horizontally as default

- only vertically when Control-Key is pressed down.

I tried to react to KeyDown, KeyUp and MouseLeaveFocus Events in order to set the VerticalZoomable and HorizontalZoomable Properties but the KeyDown and KeyUp events are never triggered. Neither are PreviewKeyDown and PreviewKeyUp. So I really don't now how to achieve this behavior.

need help,

Thank you in advance,

Jerome RG