Sets the Color of Grid Lines. Value of gridColor can be a “HTML Color Name” or “hex” code .
var chart = new CanvasJS.Chart("container", { . . axisY:{ gridColor: "orange", }, . . }); chart.render();
Also See: