drawColor

Specifies the color of the point mark border when hovered:

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

This setting is demonstrated in the following example.