innerColor

Specifies the inside color of the data series pointmarks:

seriesSettings: {
    splinearea: {
        pointMark: {
            enabled: true,
            innerColor: "red"
        }
    }
}

This setting is demonstrated in the following example.