score:11

Accepted answer

You can use update() function

 chart.legend.allItems[0].update({name:'aaa'});

http://jsfiddle.net/bL5ZM/1/

score:1

You could also use

chart.series[0].update({ name: "hello"});

http://jsfiddle.net/bL5ZM/149/


Related Query

More Query from same tag