drawColor
Specifies the color of the point mark border when selected:
seriesSettings: { polarline: { enablePointSelection:true, pointMark: { activeSettings: { pointSelectedState: { drawColor: "red" } } } } }
This setting is demonstrated in the following example.