TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
neurosoft
- Newbie
- Posts: 10
- Joined: Fri May 17, 2013 12:00 am
Post
by neurosoft » Fri May 17, 2013 10:03 am
Hello Steema!
I have a problem with rotation in WPF TChart. If the rotation is enabled, the Legend.CheckBoxes property won't work properly.
For example, try to create TChart with the following settings:
Code: Select all
Points points = new Points();
points.Add(10);
MyTChart.Series.Add(points);
var rotate = new Steema.TeeChart.WPF.Tools.Rotate();
MyTChart.Tools.Add(rotate);
MyTChart.Legend.CheckBoxes = true;
And then try to rotate TChart or check/uncheck legend's checkbox. It's impossible to uncheck the legend. And the checkbox reacts for mouse moving during rotation. It is not normal for me.
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Fri May 17, 2013 10:49 am
Hi neurosoft,
Thanks for reporting. I could reproduce the issue here and added it (TW16016576) to the bug list to be fixed for future releases.