Removes specified stripLine from stripLines Array.
var chart = new CanvasJS.Chart("container", { . . . }); chart.render(); chart.axisX[0].stripLines[1].remove();
Also See: