TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
mrbazzik
- Newbie
- Posts: 5
- Joined: Tue May 17, 2011 12:00 am
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
- Posts: 3132
- Joined: Fri Nov 07, 2008 12:00 am
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,
-
mrbazzik
- Newbie
- Posts: 5
- Joined: Tue May 17, 2011 12:00 am
Post
by mrbazzik » Thu Aug 04, 2011 6:44 pm
Ok, thank you