beto-rodriguez / LiveCharts2

Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
https://livecharts.dev
MIT License
4.28k stars 560 forks source link

Error bar series in x- and y-direction #626

Closed Crown0815 closed 1 year ago

Crown0815 commented 2 years ago

Is your feature request related to a problem? Please describe. We would like to utilize LiveCharts2 for a Scientific Plotting library. For scientific data, error bars are necessary to scrutinize the quality and meaningfulness of the data.

Describe the solution you'd like It would be great to be able to add absolute errors as error bars to a plot. This type of requirement is typically implemented through a separate series that is laid below (or over) an existing line, scatter, or bar series. Here is an example from Scottplot.

Describe alternatives you've considered A different library.

Additional context

beto-rodriguez commented 1 year ago

This is now supported in beta.920 https://github.com/beto-rodriguez/LiveCharts2/pull/1179:

https://github.com/beto-rodriguez/LiveCharts2/blob/master/samples/ViewModelsSamples/Error/Basic/ViewModel.cs