Sets the dash type of crosshair line.
Other Supported Dash Types:
var chart = new CanvasJS.Chart("container", { . . axisY :{ crosshair: { enabled: true, lineDashType: "dash", . . } }, . . }); chart.render();
Also See: