Sets the maximum width of title after which it gets wrapped or clipped depending on whether wrap is set to true (default) or false.
Default: Automatically calculated based on the chart size.var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 title:{
   maxWidth: 200
 },
 .
 .
});
chart.render();