Sets opacity of crosshair.
var chart = new CanvasJS.Chart("container", { . . axisY:{ crosshair: { enabled: true, opacity: .5, . . } }, . . }); chart.render();
Also See: