Skip to content

Commit bf2b20b

Browse files
commit
1 parent 696ed6c commit bf2b20b

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

MAUI/SunburstChart/Selection.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ this.Content = sunburst;
4848

4949
{% endtabs %}
5050

51-
![Child selection in MAUI Sunburst Chart.]()
52-
5351
The following code shows the `Group` selection type.
5452

5553
{% tabs %}
@@ -80,8 +78,6 @@ this.Content = sunburst;
8078

8179
{% endtabs %}
8280

83-
![Group selection in MAUI Sunburst Chart.]()
84-
8581
The following code shows the `Parent` selection type.
8682

8783
{% tabs %}
@@ -112,8 +108,6 @@ this.Content = sunburst;
112108

113109
{% endtabs %}
114110

115-
![Parent selection in MAUI Sunburst Chart.]()
116-
117111
## DisplayMode
118112

119113
The `DisplayMode` property provides the following selection options to highlight the segments:
@@ -122,7 +116,7 @@ The `DisplayMode` property provides the following selection options to highlight
122116
* By opacity
123117
* By stroke
124118

125-
# Brush
119+
### Brush
126120

127121
This mode highlights the selected segment using the brush specified in the `Fill` property.
128122

@@ -156,9 +150,7 @@ this.Content = sunburst;
156150

157151
{% endtabs %}
158152

159-
![ DisplayMode HighlightByBrush.]()
160-
161-
# Opacity
153+
### Opacity
162154

163155
This mode highlights the selected segment with the opacity specified in the `Opacity` property.
164156

@@ -192,9 +184,7 @@ this.Content = sunburst;
192184

193185
{% endtabs %}
194186

195-
![DisplayMode HighlightByOpacity.]()
196-
197-
# Stoke
187+
### Stoke
198188

199189
This mode highlights the selected segment by applying stroke to it. The color and thickness of the stroke can be customized using the `Stroke` and `StrokeWidth` properties.
200190

@@ -229,11 +219,9 @@ this.Content = sunburst;
229219

230220
{% endtabs %}
231221

232-
![DisplayMode HighlightByStroke.]()
233-
234222
## Events
235223

236-
# SelectionChanging
224+
### SelectionChanging
237225

238226
The `SelectionChanging` occurs when a segment in the Sunburst chart is being selected.
239227
This is a cancelable event. The following properties are contained in the event arguments:
@@ -243,7 +231,7 @@ This is a cancelable event. The following properties are contained in the event
243231
* `Cancel` - Gets or sets the value whether to continue selection or not.
244232

245233

246-
# Selection Changed
234+
### Selection Changed
247235

248236
The `SelectionChanged` event occurs when a segment in the Sunburst chart is selected or deselected. The following properties are contained in the event arguments:
249237

0 commit comments

Comments
 (0)