showOnTop: Boolean

stripLine is displayed on top of dataPoints when showOnTop is set to true.

Default: false
Example: true, false
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
axisY:{
    stripLines: [{
        .
        showOnTop: true,
        .
    }]
},
 .
 .
});
chart.render();

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question