Something I noticed today that I thought I'd pass along in case its a bug. I'm using a XamGeographicMap control with a GeographicPolylineSeries and multiple GeographicSymbolSeries. I'm looking at the various events that are available because I need to have the UI do things based on various user interactions.
I noticed that when the SeriesMouseEnter event fires, the e.Item value is null. I would have expected it to be the data object of the series containing the mouse. However, I also noticed that when the SeriesMouseMove event fires, the e.Item value is indeed the data object of the series containing the mouse. Intuitively, this behavior seems inconsistent.
Is this a bug or expected behavior?
Thanks, Steve
Hello Steve,
I have been looking into this issue and it turned out this is actually a known issue for us and we are already working on it. I have created a support ticket on your behalf: CAS-92242-14381V and have linked the development issue: 110561 to it, so that you can get automatically updated, when a Service Release containing the fix is available for download. You can get the new version from our website’s “My IG”, “My Keys & Downloads” tags: https://es.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://es.infragistics.com/Membership/MySupport.aspx
Hi there,
What is the progress of this development issue?
Regards,
Adriaan
Thanks, Petar. I figured you guys probably already knew about it. In the meantime, the SeriesMouseMove event seems to work fine for my use.