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