Rotate does not work with Legend Checkboxes

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
DEV1
Newbie
Newbie
Posts: 9
Joined: Wed Dec 02, 2015 12:00 am

Rotate does not work with Legend Checkboxes

Post by DEV1 » Mon Aug 29, 2016 6:35 am

Points points = new Points();
points.Add(10);
MyTChart.Series.Add(points);
var rotate = new Rotate();
MyTChart.Tools.Add(rotate);
MyTChart.Legend.CheckBoxes = true;

I am trying to apply rotate with legend checkboxes.
When rotate is not implemented, legend checkboxes work fine.
But when rotate is implemented, legend checkboxes never work fine.

It seems that it has been posted on wpf forum, too.
URL is http://www.teechart.net/support/viewtop ... =4&t=14057.

It would be great if you let me know as soon as possible about this issue.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Rotate does not work with Legend Checkboxes

Post by Christopher » Mon Aug 29, 2016 2:14 pm

Hello,
DEV1 wrote: It would be great if you let me know as soon as possible about this issue.
This is now ticket id=1612, which you can see has now been fixed. The fix for this issue is a one-liner, and if you have the source-code version of TeeChart I can tell you where it is.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

DEV1
Newbie
Newbie
Posts: 9
Joined: Wed Dec 02, 2015 12:00 am

Re: Rotate does not work with Legend Checkboxes

Post by DEV1 » Tue Aug 30, 2016 2:09 am

You mean that it has been fixed with a new dll? I have installed a package on my computer though..

DEV1
Newbie
Newbie
Posts: 9
Joined: Wed Dec 02, 2015 12:00 am

Re: Rotate does not work with Legend Checkboxes

Post by DEV1 » Tue Aug 30, 2016 2:10 am

Christopher wrote:Hello,
DEV1 wrote: It would be great if you let me know as soon as possible about this issue.
This is now ticket id=1612, which you can see has now been fixed. The fix for this issue is a one-liner, and if you have the source-code version of TeeChart I can tell you where it is.
I thought this might be fixed by changing dll file, but it seems like there is another way to do it?

DEV1
Newbie
Newbie
Posts: 9
Joined: Wed Dec 02, 2015 12:00 am

Re: Rotate does not work with Legend Checkboxes

Post by DEV1 » Tue Aug 30, 2016 2:42 am

I think that it would be great if a modified dll is released for this issue as this issue is clearly a bug.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Rotate does not work with Legend Checkboxes

Post by Christopher » Tue Aug 30, 2016 8:32 am

DEV1 wrote:I think that it would be great if a modified dll is released for this issue as this issue is clearly a bug.
Yes, a new maintenance release for TeeChart.NET is expected to be released in the first half of September.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

DEV1
Newbie
Newbie
Posts: 9
Joined: Wed Dec 02, 2015 12:00 am

Re: Rotate does not work with Legend Checkboxes

Post by DEV1 » Wed Aug 31, 2016 12:39 am

In case it gets delayed, I would like to know what I need to change for the source code.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Rotate does not work with Legend Checkboxes

Post by Christopher » Wed Aug 31, 2016 7:57 am

DEV1 wrote:In case it gets delayed, I would like to know what I need to change for the source code.
Of course - the change is here:
id1612.PNG
id1612.PNG (10.83 KiB) Viewed 16731 times
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

PidoTech
Newbie
Newbie
Posts: 2
Joined: Wed Dec 02, 2015 12:00 am

Re: Rotate does not work with Legend Checkboxes

Post by PidoTech » Thu Jan 26, 2017 5:40 am

Is this issue fixed yet? I want to know if this issue has been fixed.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Rotate does not work with Legend Checkboxes

Post by Christopher » Thu Jan 26, 2017 12:12 pm

PidoTech wrote:Is this issue fixed yet? I want to know if this issue has been fixed.
Yes, that change is in the last publicly available release - ID1612 here.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply