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
Copy file name to clipboardExpand all lines: MAUI/SunburstChart/Selection.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ documentation: ug
8
8
---
9
9
# Selection in .NET MAUI Sunburst Chart
10
10
11
-
The sunburst chart supports segment selection and highlighting. Selection is triggered by a tap gesture on a segment, allowing users to interact with hierarchical data.
11
+
The Sunburst Chart supports segment selection and highlighting. Selection is triggered by a tap gesture on a segment, allowing users to interact with hierarchical data.
12
12
13
13
## Type
14
14
@@ -271,4 +271,4 @@ The `SelectionChanged` event occurs when a segment in the Sunburst chart is sele
271
271
272
272
*`IsSelected`: Indicates whether a segment is selected.
273
273
*`NewSegment`: Gets the new segment that was selected.
274
-
*`OldSegment`: Gets the old segment that was selected or deselected.
274
+
*`OldSegment`: Gets the old segment that was selected or deselected.
0 commit comments