lineThickness : Number

Sets the Thickness of Axis line in pixels.

Default: 1
Example: 2, 4..
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisX:{
   lineThickness: 3,
 },
 .
 .
});
chart.render();

Try Editing The Code

  Also See:    


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