elementWidth

Specifies an explicit width of each legend entry:

chartLegend: {
    legendItemSettings: {
        elementStyle: {
            color: 'red'            
        },
        elementWidth: 77
    }
}

This setting is demonstrated in the following example.