Skip to content

Commit 1be9868

Browse files
Merge pull request #3 from SyncfusionExamples/WINUI-3442-How-to-show-the-Others-category-values-in-WinUI-Pie-Chart-data-label
WINUI-3442-Show the "Others" category values in WinUI pie chart data label. edit the README.md file title.
2 parents 97a4f8c + 03ca4a0 commit 1be9868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bind-the-WinUI-circular-pie-chart-data-label-to-Others-category-values
1+
# How to show the "Otherscategory values in WinUI Pie Chart data label
22
This sample demonstrates how to show the pie chart data label to “Others” category values in WinUI (SfCircularChart).
33
<br><br>
44
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.

0 commit comments

Comments
 (0)