graphique VBNet Faire 0 ligne de grille différente

Dim MyStripLine As New StripLine()

MyStripLine.BorderColor = Color.Black
MyStripLine.IntervalOffset = 0
MyStripLine.StripWidth = 2

MyChart.ChartAreas("ChartArea1").AxisY.StripLines.Add(MyStripLine)
Salty Joe