c# How to invert Y Axis with Live Charts
问题 I'm trying to simply invert the Y Axis so this graph it goes up instead of down. Starting at 6 going up to 1. This is the user doc on inverted graphs https://lvcharts.net/App/examples/v1/wpf/Inverted%20Series This is the example I used to build the chart https://lvcharts.net/App/examples/v1/wpf/Date%20Time The user doc states every live series has an inverted class and for the LineSeries class its simply VerticalLineSeries which I've changed the DateTime example to. However the graph still