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