HighchartsSeriesStatesInactiveOptions class
The opposite state of a hover for series.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.states.inactive
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsSeriesStatesInactiveOptions
Constructors
- HighchartsSeriesStatesInactiveOptions.new({HighchartsSeriesStatesInactiveAnimationOptions? animation, bool? enabled, double? opacity})
- The opposite state of a hover for series.
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
- 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