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