Sets the Dash Type for grid lines on axisY.
Other Supported Dash Types:
var chart = new CanvasJS.Chart("container", { . . axisY:{ gridDashType: "dot" }, . . }); chart.render();
Also See: