Sets the Orientation of indexLabel to “horizontal” or “vertical”.
var chart = new CanvasJS.Chart("container", { . . data:[{ indexLabelOrientation: "vertical", }, ] . . }); chart.render();
Also See: