Sets the border thickness of axisY stripLine’s Label.
var chart = new CanvasJS.Chart("container", { . . axisY:{ stripLines:[{ labelBorderColor: "black", labelBorderThickness: 1 }], }, . . }); chart.render();
Also See: