drawRadius

Specifies the size of the point mark when hovered:

seriesSettings: {
    spline: {
        pointMark: {
            activeSettings: {
                pointHoveredState: {                        
                    drawRadius: 12
                }
            }
        }
    }
}

This setting is demonstrated in the following example.