You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When dynamically hiding a series by setting the IsVisible property to false, the series labels in the chart canvas are not removed
To Reproduce
Steps to reproduce the behavior:
Create a graph with a few series, for example a CartesianChart with a few LineSeries
Enable labels in the graph (DataLabelsPaint = new SolidColorPaint(new SKColor(45, 45, 45)))
Click a button in your view that setss the 'IsVisible' property of one of the lineseries to false
Labels aren't updated, and are still visible even though the line itself is gone. Hiding the line might even trigger scale changes of your graph, but the labels remain in their old positions.
Expected behavior
Labels should disappear when setting IsVisible to false
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When dynamically hiding a series by setting the IsVisible property to false, the series labels in the chart canvas are not removed
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Labels should disappear when setting IsVisible to false
Screenshots
The text was updated successfully, but these errors were encountered: