Sets the Font Family of Axis Title.
var chart = new CanvasJS.Chart("container", { . . axisY:{ titleFontFamily: "verdana", }, . . }); chart.render();
Also See: