The Xamarin version seems to have so many formatting options for the series label how can we adjust the Font, Size, and Color of the Label for the Pie and DonutSeries Label in MAUI?
<telerik:PieSeries.LabelSettings>
<telerik:PieLabelSettings FontSize="15"
FontFamily="Arial"
Distance="20"
Fill="Yellow"
Format="{0:P0}"/>
</telerik:PieSeries.LabelSettings>
Also, I was reading where the Xamarin Control Legend had a Title option, can that be brought over to MAUI at some point?
<telerik:RadPieChart.LegendSettings>
<telerik:ChartLegendSettings Position="Right"
Title="My Legend"
TitleColor="Green"
TitleFontSize="20"
TitleFontFamily="Arial"
ItemWidth="50"
ItemHeight="25"
ItemColor="Yellow"
ItemFontSize="15"
ItemFontFamily="Arial" />
</telerik:RadPieChart.LegendSettings>
Also, as another request, if you guys can add a feature to the Bar series chart where we can add the ability to set a Corner Radius to the ends of the Bars so they can be rounded? It would make it more stunning and impactful I believe. I know other vendors have that option so it should be doable.