Sets the color of crosshair.
var chart = new CanvasJS.Chart("container", { . . axisY :{ crosshair: { enabled: true, color: "red", . } }, . . }); chart.render();
Also See: