Sets the color of Axis line. Axis line color can be a “HTML Color Name” or “hex” code .
var chart = new CanvasJS.Chart("container", { . . axisY:{ lineColor: "blue", }, . . }); chart.render();
Also See: