tickThickness: Number

Sets the thickness of the Tick Marks in pixels.


Default: 1
Example: 3, 4..

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