labelBorderThickness: Number

Sets the border thickness of axisX stripLine’s Label.


Default: 0
Example: 1,2,3,…

Notes

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisX:{
    stripLines:[{
	  labelBorderColor: "black",
          labelBorderThickness: 1
    }],
 },
 .
 . 
});
chart.render();


Try it Yourself by Editing the Code below.



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