Sets the Dash Type for grid lines on axisX.
Other Supported Dash Types:
var chart = new CanvasJS.Chart("container", { . . axisX:{ gridDashType: "dot" }, . . }); chart.render();
Also See: