I am using Syncfusion pie chart in my .net maui project however I am really struggling to change the colours of the segments as I am so new to the platform. Here is my code:
<chart:SfCircularChart>
<chart:PieSeries ItemsSource="{Binding ProjectData}" XBindingPath="Project" YBindingPath="Amount" EnableTooltip="True" StartAngle="180" EndAngle="360" />
</chart:SfCircularChart>
I have found various Xamarin forms tutorials and examples using C# but surely there is an easier way to change the colours on the frontend?