Sets the thickness of border around the axisY Label in pixels. To display border around Label, set the labelBorderThickness to a number greater than zero.
Default: 0var chart = new CanvasJS.Chart("container",
{
.
.
axisY: {
labelBorderColor: "#FF7F7F",
labelBorderThickness: 2
},
.
.
});
chart.render();