Sets the Thickness of Grid Lines. To display grid on Axis X, set the Grid Thickness to a number greater than zero.
var chart = new CanvasJS.Chart("container", { . . axisY:{ gridThickness: 5, }, . . }); chart.render();
Also See: