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

Binding errors #45

Open corporal324 opened 3 years ago

corporal324 commented 3 years ago

Using even empty chart (or anything from examples)

<d3:Chart>
     <d3:LineGraph x:Name="linegraph" Description="Simple linegraph"/>
</d3:Chart>

Will display plenty of binding errors after running the program: obraz

Charts themselves work fine, but its hard to debug with so many errors around, hard to tell which one are real.

P.S

I have posted this issue before today, but I lost access to my email, so couldn't log in any more (amazing forced 2 step authentication), and for some reason this issue is gone, so I'm posting this again.