column property

double? column
getter/setter pair

An optional column index of where to place the node. The default behaviour is to place it next to the preceding node. Note that this option name is counter intuitive in inverted charts, like for example an organization chart rendered top down. In this case the "columns" are horizontal.

API Docs: https://api.highcharts.com/highcharts/series.dependencywheel.nodes.column

Implementation

double? column;