indexLabelOrientation: String

Sets the Orientation of indexLabel to “horizontal” or “vertical”.

Default: “horizontal”
Options: “horizontal”, “vertical”
Notes
  • Doesn’t work with pie, doughnut, funnel and pyramid charts.
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 data:[{
 indexLabelOrientation: "vertical",

  },
 ]
 .
 .
});
chart.render();

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question