Skip to content

Commit 97a4f8c

Browse files
Merge pull request #2 from SyncfusionExamples/WINUI-3442-How-to-show-the-Others-category-values-in-WinUI-Pie-Chart-data-label
WINUI-3442-To show the Others category values in WinUI pie chart data label .
2 parents 6d2f99b + 06cbb6c commit 97a4f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Bind-the-WinUI-circular-pie-chart-data-label-to-Others-category-values
2-
This sample demonstrates how to bind the pie chart data label to “Others” category values in WinUI (SfCircularChart).
2+
This sample demonstrates how to show the pie chart data label to “Others” category values in WinUI (SfCircularChart).
33
<br><br>
4-
The ContentTemplate property can be used to customize the data label of the pie chart by using the Context property with an IValueConverter. To bind the data label in the "Others" category, we can use the GroupTo and GroupMode properties in the CircularSeries. The following code example demonstrates how to bind the data label of the pie chart to the "Others" category in the SfCircularChart.
4+
The ContentTemplate property can be used to customize the data label of the pie chart by using the Context property with an IValueConverter. To show the data label in the "Others" category, we can use the GroupTo and GroupMode properties in the CircularSeries. The following code example demonstrates how to bind the data label of the pie chart to the "Others" category in the SfCircularChart.
55

66
**[XAML]**
77
```

0 commit comments

Comments
 (0)