I am using RadChart Q3 2011. I am attempting to bind the YIntercept to a value coming from my view model. I have the following XAML:
<charting:ChartArea.Annotations> <charting:CustomGridLine YIntercept="{Binding Path=TargetThickness}" Visibility="Visible" Stroke="Red" StrokeThickness=" </charting:ChartArea.Annotations> The problem is that it's not displaying the value contained in the TargetThickness property. Is the syntax not correct?