drawColor

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

seriesSettings: {
    polararea: {
        pointMark: {
            enabled: true,
            activeSettings: {
                pointHoveredState: {
                    enabled: true,
                    drawColor: "red"
                }
            }
        }
    }
}

This setting is demonstrated in the following example.