Sets the length of Tick Marks that are drawn for axisX striplines’s label when labels are placed outside.
var chart = new CanvasJS.Chart("container", { . . axisX:{ stripLines: [ { tickLength: 5 } ] }, . . }); chart.render();
Also See: