tickLength: Number

Sets the length of Tick Marks that are drawn for axisX striplines’s label when labels are placed outside.

Default: 5
Example: 5, 8, 10,…
var  chart =  new  CanvasJS.Chart("container", {
 .
 .
 axisX:{
	stripLines: [
		{
		 tickLength: 5
		}
	]
   },
 .
 . 
});
chart.render();

Try Editing The Code


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