Closed beto-rodriguez closed 1 month ago
Fixes an issue when toggling the Series.IsVisibleProperty, some geometries could get stuck geometries in the canvas.
Series.IsVisibleProperty
This only happens when the Series.Values property is of type ObservableCollections<INotifyPropertyChanged>.
Series.Values
ObservableCollections<INotifyPropertyChanged>
Related issues:
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 typeObservableCollections<INotifyPropertyChanged>
.Related issues:
1416
1164
1651 (probably related, not confirmed yet)