Sets the Font Weight used in the Axis Title. It can be set to one of the options below.
var chart = new CanvasJS.Chart("container", { . . axisY:{ titleFontWeight: "bold", }, . . }); chart.render();
Also See: