HighchartsDependencyWheelSeriesNodesOptions class

A collection of options for the individual nodes. The nodes in a dependency diagram are auto-generated instances of Highcharts.Point, but options can be applied here and linked by the id.

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

Inheritance

Constructors

HighchartsDependencyWheelSeriesNodesOptions.new({String? color, double? colorIndex, double? column, HighchartsDependencyWheelSeriesNodesDataLabelsOptions? dataLabels, double? height, String? id, double? level, String? name, dynamic offsetHorizontal, dynamic offsetVertical})
A collection of options for the individual nodes. The nodes in a dependency diagram are auto-generated instances of Highcharts.Point, but options can be applied here and linked by the id.

Properties

color String?
The color of the auto generated node.
getter/setter pair
colorIndex double?
The color index of the auto generated node, especially for use in styled mode.
getter/setter pair
column double?
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.
getter/setter pair
dataLabels HighchartsDependencyWheelSeriesNodesDataLabelsOptions?
Individual data label for each node. The options are the same as the ones for series.dependencywheel.dataLabels.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
The height of the node.
getter/setter pair
id String?
The id of the auto-generated node, referring to the from or to setting of the link.
getter/setter pair
level double?
An optional level index of where to place the node. The default behaviour is to place it next to the preceding node. Alias of nodes.column, but in inverted sankeys and org charts, the levels are laid out as rows.
getter/setter pair
name String?
The name to display for the node in data labels and tooltips. Use this when the name is different from the id. Where the id must be unique for each node, this is not necessary for the name.
getter/setter pair
offsetHorizontal ↔ dynamic
The horizontal offset of a node. Positive values shift the node right, negative shift it left.
getter/setter pair
offsetVertical ↔ dynamic
The vertical offset of a node. Positive values shift the node down, negative shift it up.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited