Hides the crosshair of respective axis.
Note:var chart = new CanvasJS.Chart("container",
{
.
.
axisX: {
crosshair: {
enabled: true
},
.
},
.
.
});
chart.render();
chart.axisX[0].crosshair.hide();
Also See: