Sets the color of scaleBreaks.
var chart = new CanvasJS.Chart("chartContainer", { . . axisY: { scaleBreaks: { color: "#99AFD3", . . }, . . }, . . }); chart.render();
Also See: