Sets the thickness of the Scale Breaks lines in pixels.
var chart = new CanvasJS.Chart("chartContainer", { . . axisX: { scaleBreaks: { lineThickness: 6, . . }, . . }, . . }); chart.render();
Also See: