Place StripeLine On Top of Series (Adjust Z-Index/Z-Order)
问题 I'm building a Column chart with System.Web.UI.DataVisualization.Charting and would like to show a dotted line to represent an average. StripeLine seems to be exactly what I'm looking for except it sits under/behind the columns (see example). Is there a way to adjust the "Z-Index" of a StripeLine so that it is shown in front of/on top of the Series ? I don't see a property for this and changing the order I add the Series and StripeLine doesn't make a difference. 回答1: You can use Annotations