@@ -50,7 +50,7 @@ this.Content = sunburst;
5050
5151{% endtabs %}
5252
53- ![ Child selection in MAUI Sunburst Chart.] ( Selection_images/maui_selection_type_child.jpg )
53+ ![ Child selection in MAUI Sunburst Chart.] ( Selection_images/maui_selection_type_child.png )
5454
5555The following code shows the ` Group ` selection type.
5656
@@ -82,7 +82,7 @@ this.Content = sunburst;
8282
8383{% endtabs %}
8484
85- ![ Group selection in MAUI Sunburst Chart.] ( Selection_images/maui_selection_type_group.jpg )
85+ ![ Group selection in MAUI Sunburst Chart.] ( Selection_images/maui_selection_type_group.png )
8686
8787The following code shows the ` Parent ` selection type.
8888
@@ -114,7 +114,7 @@ this.Content = sunburst;
114114
115115{% endtabs %}
116116
117- ![ Parent selection in MAUI Sunburst Chart.] ( Selection_images/maui_selection_type_parent.jpg )
117+ ![ Parent selection in MAUI Sunburst Chart.] ( Selection_images/maui_selection_type_parent.png )
118118
119119The following code shows the ` Single ` selection type.
120120
@@ -146,7 +146,7 @@ this.Content = sunburst;
146146
147147{% endtabs %}
148148
149- ![ Single selection in MAUI Sunburst Chart.] ( Selection_images/maui_selection_type_single.jpg )
149+ ![ Single selection in MAUI Sunburst Chart.] ( Selection_images/maui_selection_type_single.png )
150150
151151## DisplayMode
152152
@@ -192,7 +192,7 @@ this.Content = sunburst;
192192
193193{% endtabs %}
194194
195- ![ DisplayMode HighlightByBrush.] ( Selection_images/maui_selection_highlight_by_brush.jpg )
195+ ![ DisplayMode HighlightByBrush.] ( Selection_images/maui_selection_highlight_by_brush.png )
196196
197197### Opacity
198198
@@ -228,7 +228,7 @@ this.Content = sunburst;
228228
229229{% endtabs %}
230230
231- ![ DisplayMode HighlightByOpacity.] ( Selection_images/maui_selection_highlight_by_opacity.jpg )
231+ ![ DisplayMode HighlightByOpacity.] ( Selection_images/maui_selection_highlight_by_opacity.png )
232232
233233### Stoke
234234
@@ -265,7 +265,7 @@ this.Content = sunburst;
265265
266266{% endtabs %}
267267
268- ![ DisplayMode HighlightByOpacity.] ( Selection_images/maui_selection_highlight_by_stroke.jpg )
268+ ![ DisplayMode HighlightByOpacity.] ( Selection_images/maui_selection_highlight_by_stroke.png )
269269
270270## Events
271271
0 commit comments