Sets the background color of stripLine’s label.
var chart = new CanvasJS.Chart("container", { . . axisX:{ stripLines: [{ . labelBackgroundColor:"black", . }] }, . . }); chart.render();
Also See: