value: Number

Sets the point where the stripLine has to be plotted or drawn along the axis Y.

Default: null
Example: 20,30,100,50
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
axisY:{
    stripLines: [{
        .
        value:32,
        .
    }]
},
 .
 .
});
chart.render();

Try Editing The Code

  Also See:    


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