endValue: Number

Sets the point where the stripLine’s shaded region ends on the x-axis.

Default: null
Example: 50,60,200,300
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
axisX:{
    stripLines: [{
        .
        endValue:50,
        .
    }]
},
 .
 .
});
chart.render();

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question