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

Fixed data binding to the Points property in a line graph #5

Closed hopsa closed 6 years ago

hopsa commented 6 years ago

Instead of overriding the Points property, use the OverrideMetadata function to set the propertyChanged callback. This fixes data binding to the Points property in a line graph.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

TruePluto commented 6 years ago

When may I use the new version? , The current Nuget version(v1.0.0) can't be binded properly. I need a new version even a prerelease version to solve the problem .. thanks