Skip to content

Commit ca6373f

Browse files
Update Selection.md
1 parent fb0439e commit ca6373f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/SunburstChart/Selection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99
# Selection in .NET MAUI Sunburst Chart
1010

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.
1212

1313
## Type
1414

@@ -271,4 +271,4 @@ The `SelectionChanged` event occurs when a segment in the Sunburst chart is sele
271271

272272
* `IsSelected`: Indicates whether a segment is selected.
273273
* `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

Comments
 (0)