Sets the Dash Type of Scale Break Lines.
Other Supported Dash Types:
var chart = new CanvasJS.Chart("chartContainer", { . . axisY: { scaleBreaks: { lineDashType: "dash", . . }, . . }, . . }); chart.render();
Also See: