zIndex

An integer value, specifying the zIndex of the axisMarkers:

tooltipSettings:{
    axisMarkers: {
        enabled: true,
        color: 'red',
        width: 5,
        zIndex:7
    }
}