Hi Roger,
Thank you for using Syncfusion products.
We have analysed the reported requirement. You can achieve your
requirement with the help of DoughnutCoefficient property in DoughnutSeries.
Code Snippet [XAML]:
<Syncfusion:DoughnutSeries Name="series"
ItemsSource="{Binding StockPriceDetails}"
XBindingPath="_Date"
YBindingPath="Low"
DoughnutCoefficient="0.6"
</Syncfusion:DoughnutSeries>
Please let us know if you require further assistance on
this.
Thanks,
Karthikeyan V.