Sets the Font Size of Axis Title in pixels.
var chart = new CanvasJS.Chart("container", { . . axisY:{ titleFontSize: 5, }, . . }); chart.render();
Also See: