Sets the Dash Type of Custom Break.
Other Supported Dash Types:
var chart = new CanvasJS.Chart("chartContainer", { . . axisX: { scaleBreaks: { customBreaks: [{ scaleBreaks: "dash", . . }] } }, . . }); chart.render();
Also See: