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