HighchartsDependencyWheelSeriesLevelsStatesInactiveOptions class

The opposite state of a hover for a single point node/link.

API Docs: https://api.highcharts.com/highcharts/series.dependencywheel.levels.states.inactive

Inheritance

Constructors

HighchartsDependencyWheelSeriesLevelsStatesInactiveOptions.new({double? linkOpacity, double? opacity, HighchartsSeriesStatesInactiveAnimationOptions? animation, bool? enabled})
The opposite state of a hover for a single point node/link.

Properties

animation HighchartsSeriesStatesInactiveAnimationOptions?
Animation when not hovering over the marker.
getter/setter pair
enabled bool?
Enable or disable the inactive state for a series
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
linkOpacity double?
Opacity for the links between nodes in the sankey diagram in inactive mode.
getter/setter pair
opacity double?
Opacity of the nodes in the sankey diagram in inactive mode.
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