columns property

List? columns
getter/setter pair

Set specific options for each column (or row for horizontal axes) in the grid. Each extra column/row is its own axis, and the axis options can be set here.

API Docs: https://api.highcharts.com/highcharts/yAxis.grid.columns

Implementation

List<dynamic>? columns;