strange cursor behaviour after upgrade to Teechart .NET 2014
Posted: Tue Feb 03, 2015 9:00 pm
Hi
I just upgraded the teechart from teechart .net 2011 to teechart .net 2014 and I have stumbled across quite a few problems in behaviour compared to before the upgrade.
For all our graphs, we have used the following code when initializing the series on the graphs :
This should have the effect that when the user is moving his/her mousepointer over the series this will change to a "hand" cursor. When moving the mousepointer away from the series, the cursor should go back to the default mousepointer. This was working perfectly in 2011. With 2014 the mouse cursor never goes back, and instead remains as a "hand".
When opening up the designer for the teechart, I now discovered that for some reason the cursor selection has been lost on the whole teechart (see attached image).
Is this a know problem or is there a know work-around for it?
I just upgraded the teechart from teechart .net 2011 to teechart .net 2014 and I have stumbled across quite a few problems in behaviour compared to before the upgrade.
For all our graphs, we have used the following code when initializing the series on the graphs :
Code: Select all
oSerie.Cursor = Cursors.Hand
When opening up the designer for the teechart, I now discovered that for some reason the cursor selection has been lost on the whole teechart (see attached image).
Is this a know problem or is there a know work-around for it?