innerColor

Specifies the color of the point mark when selected:


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

This setting is demonstrated in the following example.