Sets the dash type for axisY.
Other Supported Dash Types:
var chart = new CanvasJS.Chart("container", { . . axisY:{ lineDashType: "dot" }, . . }); chart.render();
Also See: