Page 1 of 1

WPF Teechart - CursorTool FastCursor property

Posted: Fri Mar 13, 2009 2:04 pm
by 13051589
WPF Teechart - Cursor disappears if CursorTool FastCursor property is set to true.
Below is the code snippet used for it
public partial class CursorTest : Window
{
private Tstyle.Line lineSeries1 = new Tstyle.Line();
private CursorTool cursorSRC = new CursorTool();
public CursorTest()
{
InitializeComponent();
tChart1.Series.Add(lineSeries1);
tChart1.Aspect.View3D = false;


this.lineSeries1.FillSampleValues(200);

tChart1.Tools.Add(cursorSRC);
this.cursorSRC.FollowMouse = true;
this.cursorSRC.Series = this.lineSeries1;
cursorSRC.FastCursor = true;

}
}

Posted: Fri Mar 13, 2009 4:37 pm
by narcis
Hi Priya,

I've been able to reproduce the issue here and added it (TW16013965) to the bug list to be fixed.

Posted: Fri May 29, 2009 12:22 pm
by 14046315
Buenos dias NarcĂ­s,
I'm currently using CursorTool, and very interested by improving performance with this FastCursor property in WPF.
Are you able to say when the release with this bug correction (TW16013965) will be available ? Will it be corrected in TeeChart .NET v3 or v2009 only ?
Thanks for your reply,

Regards,

Damien

Posted: Fri May 29, 2009 2:13 pm
by yeray
Hi Damien,

I can't tell you that for sure. This probably will depend on the cost of porting the fixes from v2009 (v4) to v3. This depends on every specific issue.

Technical support for v3 won't be discontinued. However at some stage we will cease to publish updates. We can commit to fix reasonable issues in v3 for about a year.