color

A named color, or a hexadecimal value, specifying the color of the axisMarkers:

tooltipSettings: {
    axisMarkers: {
        enabled: true,
        color:'red'
    }
}

This setting is demonstrated in the following example.