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

Can LineGraph support StrokeDashArray StrokeDashOffset and Drag #12

Open TruePluto opened 6 years ago

TruePluto commented 6 years ago

LineGraph is common plot for most cases, but I found that I can't change the Dash style. because the polyline is private and just binding the two properties Stroke and StrokeThinckness, I just ge Solid Line every time. thank you.

Alexx999 commented 6 years ago

You can override line style if desired, however, this still leaves a problem with the legend. In any case, I've created PR #17 and created NuGet package called avostres.InteractiveDataDisplay.WPF so anyone can use this in the meantime.