I am using LiveCharts (LvCharts) for VB.NET (WPF) and I am showing values as bar series in different charts in my GUI (series type = LiveCharts.Geared.GColumnSeries).
Currently I am searching for a way to show error bars in my series (show standard deviation or min/max values) like this example:
Unfortunately I didn't found any example for that. I already checked:
- https://github.com/Live-Charts/Live-Charts/tree/master/Examples/Wpf
- https://v0.lvcharts.com/App/examples/Wpf/start
How could I realize that with LvCharts?
