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