Hi,
Fortunately, I bound the created object to the ColorModel property of the pie series and it worked.
Thanks again.
Code for reference;
<sfchart:PieSeries DockPanel.Dock="Left" LabelPosition="Inside" sfchart:ChartTooltip.EnableAnimation="True"
ItemsSource="{Binding ChartData}" XBindingPath="{Binding XBindingPathValue}" YBindingPath="{Binding YBindingPathValue}" PieCoefficient="0.50"
EnableSmartLabels="True" SelectedIndex="{Binding SelectedChartSegmentIndex,Mode=TwoWay}"
ShowTooltip="True" HorizontalContentAlignment="Left" Width="auto"
Margin="-50,-50,-50,-50" FontSize="20" FontWeight="Bold"
Palette="Custom" ColorModel="{Binding colorModel}">
</sfchart:PieSeries>
Best regards,
Krishna Kumar