Sets the label for crosshair. These are shown on top of Axis Labels.
var chart = new CanvasJS.Chart("container", { . . axisX:{ crosshair:{ enabled: true, label: "Custom Label", . . } }, . . }); chart.render();
Also See: