Sets the thickness of the Tick Marks in pixels.
var chart = new CanvasJS.Chart("container", { . . axisY:{ tickThickness: 5, }, . . }); chart.render();
Also See: