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