lineThickness : Number

Sets the Thickness of Axis line in pixels.


Default: 1
Example: 5, 8..

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisY:{
   lineThickness: 3,
 },
 .
 .
});
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