innerColor

Specifies the color of the point when hovered:

seriesSettings: {
    spline: {
        pointMark: {
            activeSettings: {
                pointHoveredState: {                        
                    innerColor: "red"
                }
            }
        }
    }
}

This setting is demonstrated in the following example.