0

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?

1 Answer 1

1

This is already supported in the latest version:

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

Sign up to request clarification or add additional context in comments.

3 Comments

Thank's for the information! We are using LiveCharts Geared commercial version and it is already implemented in several projects. How complex is the migration from v1 to v2? And can I use geared values in v2?
@krambambuli there is no direct migration from v0 to v2, but the API is similar, v2 will also have a high-performance package, it is extremely fast, you can find some tests here: github.com/beto-rodriguez/LiveCharts2/releases/tag/v2.0.0-rc2
It seemed to be difficult to change from v0 to v2 in a running project. I have to change a lot of functions, also in the xaml code. Especially because I was using geared values. Or am I wrong @bto.rdz?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.