Sets the font style of crosshair’s label.
var chart = new CanvasJS.Chart("container", { . . axisX:{ crosshair:{ enabled: true, labelFontStyle: "italic", . . } }, . . }); chart.render();
Also See: