stripLine is displayed on top of dataPoints when showOnTop is set to true.
var chart = new CanvasJS.Chart("container", { . . axisY:{ stripLines: [{ . showOnTop: true, . }] }, . . }); chart.render();
Also See: