gráfico de vbnet hace 0 línea de línea de cuadrícula de color diferente

Dim MyStripLine As New StripLine()

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

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