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