Sets the Font Color of Axis Title. The value of titleFontColor can be a “HTML Color Name” or “hex” code .
var chart = new CanvasJS.Chart("container", { . . axisY:{ titleFontColor: "red" }, . . }); chart.render();
Also See: