lineColor: String

Sets the color of Scale Break lines. Scale Break line color can be a “HTML Color Name” or “hex” code.

Default: “#BBBBBB”
Example: “blue”,”#21AB13″..
var  chart =  new  CanvasJS.Chart("chartContainer",
{
 .
 .
 axisX: {
     scaleBreaks: {
	 lineColor: "blue",
	 .
	 .
     }
 },
 .
 . 
});
chart.render();

Try Editing The Code


If you have any questions, please feel free to ask in our forums.Ask Question