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