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
970 stars 265 forks source link

compatibility issue with IDD V1.0 #18

Open bret4811 opened 6 years ago

bret4811 commented 6 years ago

I am new to WPF. I tried your guide for a first project using IDD and it did not work because of a recent change to a package called System.Reactive. When you follow the guide it builds but you get a run time error in XAML.

Please see StephanBartels comment here, https://github.com/louthy/echo-process/issues/19 So perhaps the guide also needs to say, "then use NuGet to install System.Reactive.Compatibility V4.0"