drawColor

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

seriesSettings: {
    steparea: {
       drawColor: 'red'
    }
}

This setting is demonstrated in the following example.