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

Contour Plot possible? #4

Open riegaz opened 6 years ago

riegaz commented 6 years ago

Is it possible to draw a contour plot? I found an example that uses

However, it is not available in the wpf package.

Is there any other possibility?