innerColor
Specifies the color of the point fill when selected:
seriesSettings: { polarscatter: { enablePointSelection: true, pointMark: { activeSettings: { pointSelectedState: { innerColor: "red" } } } } }
This setting is demonstrated in the following example.