Sets the point where the stripLine’s shaded region ends on the y-axis. Should be used in conjunction with “startValue” property.
Default: nullvar chart = new CanvasJS.Chart("container", { . . axisY:{ stripLines: [{ . endValue:50, . }] }, . . }); chart.render();
Also See: