plotStripColor

Specifies the color for the lines, forming the grid on the plot area:

axisY: {
    plotStripColor: 'red',
    plotStripDashStyle: 'ShortDashDot',
    plotStripWidth: 2
}

This setting is demonstrated in the following example.