Sets the border color of axisY stripLine’s label. Values of labelBorderColor can be “HTML Color Name”, “hex code”, or “rgba values”.
Default: “transparent”var chart = new CanvasJS.Chart("container", { . . axisY:{ stripLines:[{ labelBorderColor: "black", labelBorderThickness: 1 }], }, . . }); chart.render();