Page 1 of 1

Bug: Removing ColorLine tool in WPF TChart

Posted: Fri Apr 02, 2010 1:14 pm
by 13052485
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?

Re: Bug: Removing ColorLine tool in WPF TChart

Posted: Tue Apr 06, 2010 10:10 am
by narcis
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.

Re: Bug: Removing ColorLine tool in WPF TChart

Posted: Tue Apr 06, 2010 1:59 pm
by narcis
Hi Neurosoft,

I just noticed that this issue is the same as TW16014640, which has just been fixed for the next maintenance release.