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