innerColor

Specifies the solid or gradient color in which the area between the area top line and the x axis is painted:

seriesSettings: {
    area: {
       innerColor: "red"
    }
}

This setting is demonstrated in the following example.