innerColor

Specifies the inside color of the data series points mark:

seriesSettings: {
    polarline: {
        pointMark: {
            innerColor: "red"
        }
    }
}

This setting is demonstrated in the following example.