Sets the Dash Type of Custom Break.
Default: solidOther Supported Dash Types:
var  chart =  new  CanvasJS.Chart("chartContainer",
{
 .
 .
axisY: {
	scaleBreaks: {
		customBreaks: [{
			scaleBreaks: "dash",
			.
			.
		}]
	}
},
 .
 . 
});
chart.render();
Also See: