BoldDeskBoldDesk is now live on Product Hunt with a special offer: 50% off all plans. Let's grow together! Support us.
[XAML] <chart:LineSeries XBindingPath="Year" YBindingPath="India" ItemsSource="{Binding DataPoints}" > <chart:LineSeries.AdornmentsInfo> <chart:ChartAdornmentInfo ShowLabel="True" Symbol="Ellipse" SegmentLabelContent="LabelContentPath" ShowMarker="True"> <chart:ChartAdornmentInfo.LabelTemplate> <DataTemplate> <TextBlock FontSize="12" Foreground="White" Margin="5" Text="{Binding Path=Item.Description}"/> </DataTemplate> </chart:ChartAdornmentInfo.LabelTemplate> </chart:ChartAdornmentInfo> </chart:LineSeries.AdornmentsInfo> |