drawColor

Specifies the color of the line, connecting the data series points:

seriesSettings: {
    splinearea: {
       drawColor: "red"
    }
}

This setting is demonstrated in the following example.