This question is locked. New answers and comments are not allowed.
hi all,
how can i show text just above the line series in a RadCartesianChart?
<telerik:LineSeries ItemsSource="{Binding CurrentChartData.PassingScoreLine}"
ValueBinding="Score"
CategoryBinding="XCategory"
Stroke="Blue"
Foreground="Blue">
</telerik:LineSeries>
thanks.