WPF TeeChart Rotation

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
neurosoft
Newbie
Newbie
Posts: 10
Joined: Fri May 17, 2013 12:00 am

WPF TeeChart Rotation

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
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: WPF TeeChart Rotation

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.
Best Regards,
Narcís Calvet / 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

Post Reply