Skip to content

Commit 7cc1d02

Browse files
commit
1 parent ff0fc8f commit 7cc1d02

15 files changed

+7
-7
lines changed

MAUI/SunburstChart/Selection.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ this.Content = sunburst;
5050

5151
{% endtabs %}
5252

53-
![Child selection in MAUI Sunburst Chart.](Selection_images/maui_selection_type_child.png)
53+
![Child selection in MAUI Sunburst Chart.](Selection_images/maui_selection_type_child.jpg)
5454

5555
The 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.png)
85+
![Group selection in MAUI Sunburst Chart.](Selection_images/maui_selection_type_group.jpg)
8686

8787
The 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.png)
117+
![Parent selection in MAUI Sunburst Chart.](Selection_images/maui_selection_type_parent.jpg)
118118

119119
The 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.png)
149+
![Single selection in MAUI Sunburst Chart.](Selection_images/maui_selection_type_single.jpg)
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.png)
195+
![ DisplayMode HighlightByBrush.](Selection_images/maui_selection_highlight_by_brush.jpg)
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.png)
231+
![ DisplayMode HighlightByOpacity.](Selection_images/maui_selection_highlight_by_opacity.jpg)
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.png)
268+
![ DisplayMode HighlightByOpacity.](Selection_images/maui_selection_highlight_by_stroke.jpg)
269269

270270
## Events
271271

96.5 KB
Loading
Binary file not shown.
68.9 KB
Loading
Binary file not shown.
96.1 KB
Loading
Binary file not shown.
93.6 KB
Loading
Binary file not shown.
89.8 KB
Loading

0 commit comments

Comments
 (0)