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