Panning with right button in Silverlight

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
mrbazzik
Newbie
Newbie
Posts: 5
Joined: Tue May 17, 2011 12:00 am

Panning with right button in Silverlight

Post by mrbazzik » 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:

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?

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Panning with right button in Silverlight

Post by Sandra » Thu Aug 04, 2011 1:51 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

mrbazzik
Newbie
Newbie
Posts: 5
Joined: Tue May 17, 2011 12:00 am

Re: Panning with right button in Silverlight

Post by mrbazzik » Thu Aug 04, 2011 6:44 pm

Ok, thank you

Post Reply