Search found 5 matches
- Thu Aug 04, 2011 6:44 pm
- Forum: .NET
- Topic: Panning with right button in Silverlight
- Replies: 2
- Views: 2869
Re: Panning with right button in Silverlight
Ok, thank you
- Thu Aug 04, 2011 10:37 am
- Forum: .NET
- Topic: Panning with right button in Silverlight
- Replies: 2
- Views: 2869
Panning with right button in Silverlight
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: tChart1.Zoom.Allow = true; tChart1.Zoom.MouseButton = MouseButtons.Left; tChart1.Panning.Allow = Steema.TeeChart.Silverlight.ScrollModes.Horizontal; tChart1.Pannin...
- Thu Aug 04, 2011 4:35 am
- Forum: .NET
- Topic: Positioning and event handling inside Silverlight
- Replies: 5
- Views: 5330
Re: Positioning and event handling inside Silverlight
I've just tried new .Net release (from july, 28) and it seems this bug is fixed.
In fixed bugs list:
4) [TF02015624]
Clicked method out by a few pixels in some Series
types in 2D Charts. Fixed.
In fixed bugs list:
4) [TF02015624]
Clicked method out by a few pixels in some Series
types in 2D Charts. Fixed.
- Wed Aug 03, 2011 11:40 am
- Forum: .NET
- Topic: Positioning and event handling inside Silverlight
- Replies: 5
- Views: 5330
Re: Positioning and event handling inside Silverlight
bad thing. so waiting for comments from admins. i wanted to purchase TeeChart .Net but if there is really such a bug in silverlight dll, it makes no sense to me
- Wed Aug 03, 2011 4:45 am
- Forum: .NET
- Topic: Positioning and event handling inside Silverlight
- Replies: 5
- Views: 5330
Positioning and event handling inside Silverlight
Hello! Earlier I used Teechart ActiveX version and now I have to use Silverlight, but I've got a problem with it. I create new SL application in VS 2010, add reference to Teechart.Silverlight.dll (demo version) and place TChart control on the form. So this is how my xaml looks like: <UserControl x:C...