titleWrap: Boolean

titleWrap specifies whether to wrap or clip axis title once its width crosses titleMaxWidth.


Default: True
Options: True, False

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisX:{
  title: "axisX Title",
  titleWrap: false
 },
 .
});
chart.render();


Try it Yourself by Editing the Code below.

  Also See:    



If you have any questions, please feel free to ask in our forums.Ask Question

Comment

  1. Pingback: CanvasJS Charts 1.8.1 Beta 1 Released - CanvasJS