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