width

An integer value, which specifies the width of the axisMarkers:

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

This setting is demonstrated in the following example.