Hi,
When i using a label template in a ChartAdornmentInfo, i lose background color.
<charts:SfChart.Resources>
<DataTemplate x:Key="labeltemplate">
<TextBlock Text="{Binding}" FontSize="20" Padding="5" />
</DataTemplate>
</charts:SfChart.Resources>
<charts:DoughnutSeries.AdornmentsInfo>
<charts:ChartAdornmentInfo UseSeriesPalette="True" ConnectorHeight="50" ShowConnectorLine="True" ShowMarker="True"
ShowLabel="True" SegmentLabelFormat="# €" LabelTemplate="{StaticResource labeltemplate}" />
</charts:DoughnutSeries.AdornmentsInfo>
What is the solution for retrieving the good background color according to the Doughnut section ?
Regards,
Aurélien