HighchartsSeriesMarkerStatesHoverOptions class

The hover state for a single point marker.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.marker.states.hover

Inheritance

Constructors

HighchartsSeriesMarkerStatesHoverOptions.new({HighchartsSeriesMarkerStatesHoverAnimationOptions? animation, bool? enabled, String? fillColor, String? lineColor, double? lineWidth, double? lineWidthPlus, double? radius, double? radiusPlus})
The hover state for a single point marker.

Properties

animation HighchartsSeriesMarkerStatesHoverAnimationOptions?
Animation when hovering over the marker.
getter/setter pair
enabled bool?
Enable or disable the point marker.
getter/setter pair
fillColor String?
The fill color of the marker in hover state. When undefined, the series' or point's fillColor for normal state is used.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineColor String?
The color of the point marker's outline. When undefined, the series' or point's lineColor for normal state is used.
getter/setter pair
lineWidth double?
The width of the point marker's outline. When undefined, the series' or point's lineWidth for normal state is used.
getter/setter pair
lineWidthPlus double?
The additional line width for a hovered point.
getter/setter pair
radius double?
The radius of the point marker. In hover state, it defaults to the normal state's radius + 2 as per the radiusPlus option.
getter/setter pair
radiusPlus double?
The number of pixels to increase the radius of the hovered point.
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