Sets the Index Label’s Font Family.
var chart = new CanvasJS.Chart("container", { . . data: [{ indexLabelFontFamily: "tahoma", }, ] . . }); chart.render();
Also See: