Place StripeLine On Top of Series (Adjust Z-Index/Z-Order)

前端 未结 2 1527
孤独总比滥情好
孤独总比滥情好 2021-01-23 16:06

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 exac

2条回答
  •  Happy的楠姐
    2021-01-23 16:50

    You can just use the text property of the stripeline

    Chart1.ChartAreas("ChartArea1").AxisY.StripLines(0).Text = "Line Title"

提交回复
热议问题