Sets the thickness of the stripLine in pixels.
var chart = new CanvasJS.Chart("container", { . . axisX:{ stripLines: [{ . thickness:3, . }] }, . . }); chart.render();
Also See: