Search code examples
vb.neterrorbarlivecharts

Show error bars in ColumnSeries of LiveCharts (LvCharts) in VB.NET


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:

Columkn series with error bars

Unfortunately I didn't found any example for that. I already checked:

How could I realize that with LvCharts?


Solution

  • This is already supported in the latest version:

    https://livecharts.dev/docs/WPF/2.0.0-rc2/samples.error.basic