innerColor

Specifies the inside color of the data series pointmarks:


seriesSettings: {
    steparea: {
        pointMark: {
            enabled: true,
            innerColor:'red'
        }
    }
}

This setting is demonstrated in the following example.