Page 1 of 1

Rotate does not work with Legend Checkboxes

Posted: Mon Aug 29, 2016 6:35 am
by 15677089
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.

Re: Rotate does not work with Legend Checkboxes

Posted: Mon Aug 29, 2016 2:14 pm
by Christopher
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.

Re: Rotate does not work with Legend Checkboxes

Posted: Tue Aug 30, 2016 2:09 am
by 15677089
You mean that it has been fixed with a new dll? I have installed a package on my computer though..

Re: Rotate does not work with Legend Checkboxes

Posted: Tue Aug 30, 2016 2:10 am
by 15677089
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?

Re: Rotate does not work with Legend Checkboxes

Posted: Tue Aug 30, 2016 2:42 am
by 15677089
I think that it would be great if a modified dll is released for this issue as this issue is clearly a bug.

Re: Rotate does not work with Legend Checkboxes

Posted: Tue Aug 30, 2016 8:32 am
by Christopher
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.

Re: Rotate does not work with Legend Checkboxes

Posted: Wed Aug 31, 2016 12:39 am
by 15677089
In case it gets delayed, I would like to know what I need to change for the source code.

Re: Rotate does not work with Legend Checkboxes

Posted: Wed Aug 31, 2016 7:57 am
by Christopher
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 17670 times

Re: Rotate does not work with Legend Checkboxes

Posted: Thu Jan 26, 2017 5:40 am
by 15677090
Is this issue fixed yet? I want to know if this issue has been fixed.

Re: Rotate does not work with Legend Checkboxes

Posted: Thu Jan 26, 2017 12:12 pm
by Christopher
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.