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://ko.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://ko.infragistics.com/Membership/MySupport.aspx
Hi there,
What is the progress of this development issue?
Regards,
Adriaan
Hello Adriaan,
It turnes out that this is limitation of the platform as WPF does not provide the correct OriginalSource in this case, so we cannot forward it. I can suggest trying out the SeriesMouseMove event instead.