Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 8dddc82

Browse files
authored
Raise SelectionChanged when clearing selection (#454)
1 parent ea73568 commit 8dddc82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Controls/Chart/Chart.UWP/Visualization/Behaviors/Selection/ChartSelectionBehavior.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ public void ClearSelection(bool dataPoints = true, bool chartSeries = true)
160160
}
161161
}
162162
}
163+
164+
this.RaiseSelectionChanged();
163165
}
164166

165167
internal bool HandleTap(Point position)

0 commit comments

Comments
 (0)