drawRadius

Specifies the size of the point mark when selected:

seriesSettings: {
    line: {
        enablePointSelection: true,
        pointMark: {
            activeSettings: {
                pointSelectedState: {
                    drawRadius: 12
                }
            }
        }
    }
}

This setting is demonstrated in the following example.