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