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.38k stars 572 forks source link

Fixes IsVisible and stuck geometries in canvas #1654

Closed beto-rodriguez closed 1 month ago

beto-rodriguez commented 1 month ago

Fixes an issue when toggling the Series.IsVisibleProperty, some geometries could get stuck geometries in the canvas.

This only happens when the Series.Values property is of type ObservableCollections<INotifyPropertyChanged>.

Related issues: