lineThickness : Number

Sets the thickness of the Scale Breaks lines in pixels.


Default: 1
Example: 1,4,6

var  chart =  new  CanvasJS.Chart("chartContainer",
{
 .
 .
 axisX: {
     scaleBreaks: {
	 lineThickness: 6,
	 .
	 .
     },
 .
 .
 },
 .
 . 
});
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