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,11 +8,11 @@ documentation: ug
8
8
---
9
9
# Selection in .NET MAUI Sunburst Chart
10
10
11
-
The sunburst chart provides supports selecting and highlighting segments. Selection is triggered by a tap gesture on a segment, enabling 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
15
-
The `Type` property in allows you to select a segment based on the following categories:
15
+
The `Type` property allows you to select a segment based on the following categories:
16
16
* Child: Highlights the selected segment along with its children in all levels.
17
17
* Group: Highlights the entire group of the selected segment in a hierarchy.
18
18
* Parent: Highlights the parent of the selected segment in the hierarchy.
0 commit comments