drawWidth

Specifies the line hickness of the border of the data series pointmarks:

seriesSettings: {
   polarsplinearea: {
        pointMark: {
            enabled: true,
            drawWidth: 7
        }
    }
}

This setting is demonstrated in the following example.