2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
You can change the data marker’s connector line type of pie and doughnut series to Bezier using the ConnectorLineType property of pie and doughnut series. The following code snippet and screenshot illustrate this. XAML <chart:PieSeries DataMarkerPosition="OutsideExtended" ItemsSource ="{Binding Data1}" ConnectorLineType="Bezier"/> C# pieSeries.DataMarkerPosition = CircularSeriesDataMarkerPosition.OutsideExtended; pieSeries.ConnectorLineType = ConnectorLineType.Bezier; Output |
2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.