drawColor

Specifies the color of the point mark border when selected:

seriesSettings: {
    line: {
        enablePointSelection:true,
        pointMark: {
            activeSettings: {
                pointSelectedState: {
                    drawColor: "red"
                }
            }
        }
    }
}

This setting is demonstrated in the following example.