Panning with right button in Silverlight
Posted: Thu Aug 04, 2011 10:37 am
Hello! I'm using TeeChart .Net (july, 28 release) with Silverlight 4 and I've got a problem.
I'm trying to use right button for panning:
I've written e.Handled = true in MouseRightButtonDown and MouseRightButtonUp events for Silverlight object. It still doesn't work. Is it possible to use right button for panning?
I'm trying to use right button for panning:
Code: Select all
tChart1.Zoom.Allow = true;
tChart1.Zoom.MouseButton = MouseButtons.Left;
tChart1.Panning.Allow = Steema.TeeChart.Silverlight.ScrollModes.Horizontal;
tChart1.Panning.MouseButton = MouseButtons.Right;