drawColor

Specifies the border color of the data series pointmarks:

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

This setting is demonstrated in the following example.