You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
3
3
<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.
0 commit comments