Sets the Interlacing Color that alternates between the set interval. If the interval is not set explicitly, then the auto calculated interval is considered. The value of interlacedColor can be a “HTML Color Name” or “Hex Code”.
Default: “transparent”var chart = new CanvasJS.Chart("container", { . . axisY:{ interlacedColor: "#FEFDDF", }, . . }); chart.render();
Also See: