Sets the Index Label’s Font Weight. It can be set to one of the below options.
var chart = new CanvasJS.Chart("container", { . . data: [{ indexLabelFontWeight: "bold", }, ] . . }); chart.render();
Also See: