Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I want to achive to show the `XBindingPath` for the DataLabel, instead of the `YBindingPath` (Value).
charts:DoughnutSeries
ItemsSource="{Binding OverallCosts, Mode=TwoWay}"
XBindingPath="Name"
YBindingPath="Value"
InnerRadius="0.5"
ShowDataLabels="True"
EnableTooltip="True"
EnableAnimation="True"
>
< charts:CircularDataLabelSettings
LabelPlacement="Auto"
UseSeriesPalette="True"
Binding="Name"
< />