itemWrap specifies whether to wrap or clip legendText once its width crosses itemMaxWidth / maxWidth.
var chart = new CanvasJS.Chart("container", { . . legend:{ itemWrap: false, }, . . }); chart.render();
Also See: