Rotate does not work with Legend Checkboxes
Rotate does not work with Legend Checkboxes
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.
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.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Rotate does not work with Legend Checkboxes
Hello,
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.DEV1 wrote: It would be great if you let me know as soon as possible about this issue.
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 |
Re: Rotate does not work with Legend Checkboxes
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
I thought this might be fixed by changing dll file, but it seems like there is another way to do it?Christopher wrote:Hello,
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.DEV1 wrote: It would be great if you let me know as soon as possible about this issue.
Re: Rotate does not work with Legend Checkboxes
I think that it would be great if a modified dll is released for this issue as this issue is clearly a bug.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Rotate does not work with Legend Checkboxes
Yes, a new maintenance release for TeeChart.NET is expected to be released in the first half of September.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.
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 |
Re: Rotate does not work with Legend Checkboxes
In case it gets delayed, I would like to know what I need to change for the source code.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Rotate does not work with Legend Checkboxes
Of course - the change is here:DEV1 wrote:In case it gets delayed, I would like to know what I need to change for the source code.
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 |
Re: Rotate does not work with Legend Checkboxes
Is this issue fixed yet? I want to know if this issue has been fixed.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Rotate does not work with Legend Checkboxes
Yes, that change is in the last publicly available release - ID1612 here.PidoTech wrote:Is this issue fixed yet? I want to know if this issue has been fixed.
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 |