switchRowsAndColumns property

bool? switchRowsAndColumns
getter/setter pair

Switch rows and columns of the input data, so that this.columns effectively becomes the rows of the data set, and the rows are interpreted as series.

API Docs: https://api.highcharts.com/highcharts/data.switchRowsAndColumns

Implementation

bool? switchRowsAndColumns;