mode

A string velue, one of the following:
'x', 'y', 'xy'.
Indicating for which axis the axis markers are available for.

tooltipSettings: {
    axisMarkers: {
        enabled: true,
        mode:'y'
    }
}

This setting is demonstrated in the following example.