Page 1 of 1

Panning with right button in Silverlight

Posted: Thu Aug 04, 2011 10:37 am
by 16659362
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:

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;
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?

Re: Panning with right button in Silverlight

Posted: Thu Aug 04, 2011 1:51 pm
by 10050769
Hello mrbazzik,

I can reproduce your problem and I inform you, I have added it in bug list report with number[TW24015682]. We will try to fix it in next maintenance releases of TeeChartSilverlight.

Thanks,

Re: Panning with right button in Silverlight

Posted: Thu Aug 04, 2011 6:44 pm
by 16659362
Ok, thank you