Search found 5 matches
- Wed Oct 17, 2012 9:51 pm
- Forum: .NET
- Topic: MouseEnter event question
- Replies: 3
- Views: 4575
Re: MouseEnter event question
Hi Sandra, Thanks for the reply. That's the same suggestion I saw in the other thread. I think that I can make it work. Can you explain what is happening with the MouseEnter event here? I'd like to better understand the behavior of the series events so that I can use them effectively in the future. ...
- Tue Oct 16, 2012 6:22 pm
- Forum: .NET
- Topic: MouseEnter event question
- Replies: 3
- Views: 4575
MouseEnter event question
Hello, I've read a few threads on similar questions, but I'm still confused. I'm having trouble using the MouseEnter events when I have multiple series that overlap. Specifically, if I have an Area series and Points series and they have a common data point, when I mouse over that point the MouseEnte...
- Fri Sep 21, 2012 4:15 pm
- Forum: .NET
- Topic: Series.Cursor and TChart.Cursor
- Replies: 4
- Views: 6167
Re: Series.Cursor and TChart.Cursor
OK, thanks for the info.
- Thu Sep 20, 2012 6:22 pm
- Forum: .NET
- Topic: Series.Cursor and TChart.Cursor
- Replies: 4
- Views: 6167
Re: Series.Cursor and TChart.Cursor
Hi, thanks for the suggestion. The example I described was a simplified version to illustrate my problem. In reality I will be dynamically adding and removing (possibly many) series, and I would like to have different cursors depending on the series and context. I have a wrapper class for the series...
- Thu Sep 20, 2012 12:42 am
- Forum: .NET
- Topic: Series.Cursor and TChart.Cursor
- Replies: 4
- Views: 6167
Series.Cursor and TChart.Cursor
Hello, I would like to set the Series.Cursor to something different than default, so that when I mouse over the series, the mouse cursor will change. When I try to do this, as I mouse over the series, the Chart.Cursor gets changed. When the mouse leaves the series, the cursor remains in the changed ...