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 Foreground bug in PlotAxis #11

Closed tagsemb closed 6 years ago

tagsemb commented 6 years ago

PlotAxis constructor would override Foreground colour property with Colors.Black, making it unusable for dark themes (white-on-black instead of black-on-white).

With this line simply removed, it respects the Foreground property inherited from the Chart.