HighchartsNetworkgraphSeriesStatesInactiveOptions class
The opposite state of a hover for a single point link. Applied to all links that are not coming from the hovered node.
API Docs: https://api.highcharts.com/highcharts/series.networkgraph.states.inactive
- Inheritance
- 
    - Object
- HighchartsOptionsBase
- HighchartsNetworkgraphSeriesStatesInactiveOptions
 
Constructors
- HighchartsNetworkgraphSeriesStatesInactiveOptions({HighchartsNetworkgraphSeriesStatesInactiveAnimationOptions? animation, bool? enabled, double? linkOpacity, double? opacity})
- The opposite state of a hover for a single point link. Applied to all links that are not coming from the hovered node.
Properties
- animation ↔ HighchartsNetworkgraphSeriesStatesInactiveAnimationOptions?
- 
  Animation when not hovering over the node.
  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 of inactive links.
  getter/setter pair
- opacity ↔ double?
- 
  Opacity of series elements (dataLabels, line, area).
  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