Sets the Dash Type for stripLine.
Other Supported Dash Types:
var chart = new CanvasJS.Chart("container", { . . axisY:{ stripLines: [{ . value:12, lineDashType: "dot" . }] }, . . }); chart.render();
Also See: