Sets the width of individual legend items after which the it gets wrapped or clipped depending on whether itemWrap is set to true (default) or false. itemWidth can’t be greater than itemMaxWidth and maxWidth of legend.
Default: Automatically calculated based on chart size.var chart = new CanvasJS.Chart("container", { . . legend:{ itemWidth: 200, }, . . }); chart.render();
Also See: