drawColor

Specifies the color of the point mark border when hovered with the mouse:

seriesSettings: {
    scatter: {
        pointMark: {
            activeSettings: {
                pointHoveredState: {
                    drawColor: "red"
                }
            }
        }
    }
}

This setting is demonstrated in the following example.