In Windows Forms TChart I can add ColorLine tool with code as
ColorLine line = new ColorLine(TestTeeChart.Chart);
line.Axis = TestTeeChart.Axes.Left;
line.Value = 3;
and remove ColorLine with code as
TestTeeChart.Tools.Remove(line);
It works perfectly. But in WPF TChart after ColorLine removing line stays on the Chart but becomes unmovable with the mouse and moreover sometimes appeares outside TChart! Moreover after it TChart behaviour becomes unpredictable.
What to do?
Bug: Removing ColorLine tool in WPF TChart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Bug: Removing ColorLine tool in WPF TChart
Hi Neurosoft,
Thanks for reporting. I have been able to reproduce the problem here and added it (TW16014779) to the defect list to be fixed for next releases.
Thanks for reporting. I have been able to reproduce the problem here and added it (TW16014779) to the defect list to be fixed for next 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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Bug: Removing ColorLine tool in WPF TChart
Hi Neurosoft,
I just noticed that this issue is the same as TW16014640, which has just been fixed for the next maintenance release.
I just noticed that this issue is the same as TW16014640, which has just been fixed for the next maintenance release.
Best Regards,
Narcís Calvet / 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 |