Sets the Dash Type of axis line.
Other Supported Dash Types:
var chart = new CanvasJS.Chart("container", { . . axisX:{ lineDashType: "dot" }, . . }); chart.render();
Also See: