labelBorderThickness: Number

Sets the border thickness of axisY stripLine’s Label.

Default: 0
Example: 1,2,3,…
Notes
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 axisY:{
    stripLines:[{
	  labelBorderColor: "black",
          labelBorderThickness: 1
    }],
 },
 .
 . 
});
chart.render();

Try Editing The Code


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