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