HighchartsArcDiagramSeriesNodesOptions class
A collection of options for the individual nodes. The nodes in an arc 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.arcdiagram.nodes
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsArcDiagramSeriesNodesOptions
Constructors
- HighchartsArcDiagramSeriesNodesOptions.new({String? color, double? colorIndex, HighchartsArcDiagramSeriesNodesDataLabelsOptions? dataLabels, double? height, String? id, String? name, dynamic offset, dynamic offsetHorizontal, dynamic offsetVertical})
-
A collection of options for the individual nodes. The nodes in an arc diagram are auto-generated instances of
Highcharts.Point
, but options can be applied here and linked by theid
.
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
- dataLabels ↔ HighchartsArcDiagramSeriesNodesDataLabelsOptions?
-
Individual data label for each node. The options are the same as the ones for
series.arcdiagram.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
orto
setting of the link.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 - offset ↔ dynamic
-
This option is deprecated, use
offsetHorizontal and
offsetVertical instead.
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