This question is locked. New answers and comments are not allowed.
I'm trying to add a custom grid line, but I want it to appear on top of my horizontal bars in my chart. I found this post http://www.telerik.com/community/forums/silverlight/chart/custom-gridline.aspx where it says you guys were working on it, but I don't see a solution anywhere. I also tried this, but no such luck
Canvas.SetZIndex((Chart.DefaultView.ChartArea.Annotations[0] as CustomGridLine), 1000);