Sets the point where the stripLine has to be plotted or drawn along the axis Y.
Default: nullvar chart = new CanvasJS.Chart("container",
{
.
.
axisY:{
stripLines: [{
.
value:32,
.
}]
},
.
.
});
chart.render();
Also See: