Sets the point where the stripLine’s shaded region ends on the x-axis.
var chart = new CanvasJS.Chart("container", { . . axisX:{ stripLines: [{ . endValue:50, . }] }, . . }); chart.render();
Also See: