elementStyle

The style for each element, or item in the legend:

chartLegend: {
    legendItemSettings: {
        elementStyle: {
            color: 'red'            
        }
    }
}

This setting is demonstrated in the following example.