Sets the font style of stripLine’s label.
var chart = new CanvasJS.Chart("container", { . . axisX:{ stripLines: [{ . labelFontStyle:"italic", . }] }, . . }); chart.render();
Also See: