Sets the ending value of custom Scale Break.
Default: nullvar  chart =  new  CanvasJS.Chart("chartContainer",
{
 .
 .
 axisX: {
    scaleBreaks: {
	customBreaks: [{
            startValue: "200",
            endValue: "4500",
            .
            .
        }]
    }
 },
 .
 . 
});
chart.render();
Also See: