Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Order of XamGeographicMap series items
posted

Greetings
Could you please give me a hint: are there any features for managing order of XamGeographicMap series items?
How I have map with GeographicSymbolSeries series
ItemSource of this series was binded to ICollectionViewSource, that was ordered by specific "SortDescription"
This ICollectionViewSource can affects on series items ordering, but if I drag map from area with bunch of series items, leaved this items behind viewport, then drag previous map area back, ordering of GeographicSymbolSeries will be messed.
I guess, this happens because of some map rendering oprimization...

So, are there any ways to prevent this behaviour? I need that some specific items from this series will be displayed always on top

Thanks in advance!