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

Dragging plot when IsXAxisReversed = true moves the axis in the opposing direction #27

Open JMasak opened 5 years ago

JMasak commented 5 years ago

When IsXAxisReversed = true and the Chart is dragged with the mouse along the axis the description of the axis moves in the opposite direction evvectively moving the chart to a different position on the axis.

(using commit f882ce07d26febfc76da5a0afd766b374bcc6bea)