microsoft / InteractiveDataDisplay.WPF

Interactive Data Display for WPF is a set of controls for adding interactive visualization of dynamic data to your application. It allows to create line graphs, bubble charts, heat maps and other complex 2D plots which are very common in scientific software. Interactive Data Display for WPF integrates well with Bing Maps control to show data on a geographic map in latitude/longitude coordinates. The controls can also be operated programmatically.
Other
968 stars 266 forks source link

BingMapsPlot data points offset when changing window size #47

Open DarrenAlman opened 3 years ago

DarrenAlman commented 3 years ago

I'm having an issue where if I change the size of my window, the circles of my CircleMarkerGraph no longer appear on the same location of a Bing map, but are rather shifted over to the left/west. This can be reproduced by (1) running BingMapsSample, (2) maximizing the window, and (3) zooming in to various extents. I see this in my own code as well.

DarrenAlman commented 3 years ago

If it helps, I think this may be because I am using an ultrawide monitor.