innerColor

Specifies the color of the point mark when selected:

seriesSettings: {
   polarsplinearea: {
        enablePointSelection: true,
        pointMark: {
            enabled: true,
            activeSettings: {
                pointSelectedState: {                    
                    innerColor: "red"
                }
            }
        }
    }
}

This setting is demonstrated in the following example.