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