Sets the thickness of the tick marks drawn for the axisX stripline’s labels when the labels are placed outside.
var chart = new CanvasJS.Chart("container", { . . axisX:{ stripLines: [ { tickThickness: 5 } ] }, . . }); chart.render();
Also See: