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;
}
}
WPF Teechart - CursorTool FastCursor property
-
- Newbie
- Posts: 46
- Joined: Wed Jan 28, 2009 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Priya,
I've been able to reproduce the issue here and added it (TW16013965) to the bug list to be fixed.
I've been able to reproduce the issue here and added it (TW16013965) to the bug list to be fixed.
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 |
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
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
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |