Bug: Removing ColorLine tool in WPF TChart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Neurosoft
Newbie
Newbie
Posts: 7
Joined: Fri Feb 13, 2009 12:00 am

Bug: Removing ColorLine tool in WPF TChart

Post by Neurosoft » Fri Apr 02, 2010 1:14 pm

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Bug: Removing ColorLine tool in WPF TChart

Post by Narcís » Tue Apr 06, 2010 10:10 am

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.
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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Bug: Removing ColorLine tool in WPF TChart

Post by Narcís » Tue Apr 06, 2010 1:59 pm

Hi Neurosoft,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply