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

Descending vertical axis #13

Open dgrechka opened 6 years ago

dgrechka commented 6 years ago

Right now it is impossible to create vertical axis with descending values. E.g.

If I assign range(500,200) I got ascending axis (200,500). There is also no corresponding property to specify whether the axis ascends or descends.