zIndex

Specifies the zIndex of a plot line relative to all axis lines and bands.

axisX: {
    plotLines: [
        { start: 3, drawWidth: 2, drawColor: 'green', zIndex: 9 }
    ]
}

This setting is demonstrated in the following example.