Sets the thickness of Crosshair in pixels.
var chart = new CanvasJS.Chart("container", { . . axisY:{ crosshair: { enabled: true, lineThickness: 5, . . } }, . . }); chart.render();
Also See: