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