HighchartsSankeySeriesLevelsOptions class
Set options on specific levels. Takes precedence over series options, but not node and link options.
API Docs: https://api.highcharts.com/highcharts/series.sankey.levels
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsSankeySeriesLevelsOptions
Constructors
- HighchartsSankeySeriesLevelsOptions.new({String? borderColor, double? borderWidth, String? color, bool? colorByPoint, HighchartsSankeySeriesLevelsDataLabelsOptions? dataLabels, double? level, double? linkOpacity, HighchartsSankeySeriesLevelsStatesOptions? states})
- Set options on specific levels. Takes precedence over series options, but not node and link options.
Properties
- borderColor ↔ String?
-
Can set
borderColor
on all nodes which lay on the same level.getter/setter pair - borderWidth ↔ double?
-
Can set
borderWidth
on all nodes which lay on the same level.getter/setter pair - color ↔ String?
-
Can set
color
on all nodes which lay on the same level.getter/setter pair - colorByPoint ↔ bool?
-
Can set
colorByPoint
on all nodes which lay on the same level.getter/setter pair - dataLabels ↔ HighchartsSankeySeriesLevelsDataLabelsOptions?
-
Can set
dataLabels
on all points which lay on the same level.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- level ↔ double?
-
Decides which level takes effect from the options set in the levels
object.
getter/setter pair
- linkOpacity ↔ double?
-
Can set
linkOpacity
on all points which lay on the same level.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- states ↔ HighchartsSankeySeriesLevelsStatesOptions?
-
Can set
states
on all nodes and points which lay on the same level.getter/setter pair
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