HighchartsNetworkgraphSeriesNodesOptions class
A collection of options for the individual nodes. The nodes in a
networkgraph 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.networkgraph.nodes
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsNetworkgraphSeriesNodesOptions
Constructors
-
HighchartsNetworkgraphSeriesNodesOptions.new({String? color, double? colorIndex, List<
Map< ? dataLabels, String? id, HighchartsNetworkgraphSeriesNodesMarkerOptions? marker, double? mass, String? name})String, dynamic> > -
A collection of options for the individual nodes. The nodes in a networkgraph 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
↔ List<
Map< ?String, dynamic> > -
Individual data label for each node. The options are the same as
the ones for series.networkgraph.dataLabels.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The id of the auto-generated node, referring to the
from
orto
setting of the link.getter/setter pair - marker ↔ HighchartsNetworkgraphSeriesNodesMarkerOptions?
-
Options for the node markers.
getter/setter pair
- mass ↔ double?
-
Mass of the node. By default, each node has mass equal to it's marker radius
. Mass is used to determine how two connected nodes should affect
each other:
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 - 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