Page 1 of 1

Mouse Wheel Silverlight

Posted: Thu Sep 10, 2009 2:57 pm
by 13047867
Hello,
Zoom works with Drag&Drop not with Mouse Wheel or dbl click
We have a implementation of the Teechart using version for .NET web images. We are trying to use the new Silverlight version.
Is it possible to have zoom working with the mouse wheel and double-click instead of drag&drop?

Thanks
Aytaç Kargınoğlu

Re: Mouse Wheel Silverlight

Posted: Thu Sep 10, 2009 3:03 pm
by narcis
Hi Aytaç,

Yes, you could do this using TeeChart mouse events modifying axes scales with SetMinMax method or using ZoomPercent (find an example here).

Hope this helps!