labelBackgroundColor: String

Sets the Axis Label background color. The value of labelBackgroundColor can be a “HTML Color Name” or “hex” code.

Default: “transparent”
Example: “red”, “#fabd76”
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
axisY:{
    .
    labelBackgroundColor:"black",
    .
},
 .
 .
});
chart.render();

Try Editing The Code

  Also See:    


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