HCSeriesStatesHoverOptionsObject class
(Highcharts, Highstock) Options for the hovered series. These settings override the normal state options when a series is moused over or touched.
- Implemented types
Constructors
- HCSeriesStatesHoverOptionsObject({dynamic animation, dynamic borderColor, num? borderWidth, num? brightness, dynamic color, num? connectorWidthPlus, bool? enabled, dynamic fillColor, HCSeriesStatesHoverHaloOptionsObject? halo, dynamic lineColor, num? lineWidth, num? lineWidthPlus, num? linkOpacity, HCPointMarkerOptionsObject? marker, num? opacity, bool? shadow})
-
const
Properties
- animation → dynamic
-
(Highcharts, Highstock) Animation setting for hovering the graph in line-type series.
final
- borderColor → dynamic
-
(Highmaps) The border color of the point in this state.
final
- borderWidth → num?
-
(Highmaps) The border width of the point in this state
final
- brightness → num?
-
(Highmaps) The relative brightness of the point when hovered, relative to the normal point color.
final
- color → dynamic
-
(Highmaps) The color of the shape in this state.
final
- connectorWidthPlus → num?
-
(Highcharts, Highstock) The additional connector line width for a hovered point.
final
- enabled → bool?
-
(Highcharts, Highstock) Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend.
final
- fillColor → dynamic
-
(Highstock) The fill or background color of the flag.
final
- halo → HCSeriesStatesHoverHaloOptionsObject?
-
(Highcharts, Highstock) Options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts. By default the halo is filled by the current point or series color with an opacity of 0.25. The halo can be disabled by setting the
halooption tfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- lineColor → dynamic
-
(Highstock) The color of the line/border of the flag.
final
- lineWidth → num?
-
(Highcharts, Highstock) Pixel width of the graph line. By default this property is undefined, and the
lineWidthPlusproperty dictates how much to increase the linewidth from normal state.final - lineWidthPlus → num?
-
(Highcharts, Highstock) The additional line width for the graph of a hovered series.
final
- linkOpacity → num?
-
(Highcharts, Highstock, Gantt) Opacity for the links between nodes in the sankey diagram in hover mode.
final
- marker → HCPointMarkerOptionsObject?
-
(Highcharts, Highstock) In Highcharts 1.0, the appearance of all markers belonging to the hovered series. For settings on the hover state of the individual point, see marker.states.hover.
final
- opacity → num?
-
(Highcharts) The opacity of a point in treemap. When a point has children, the visibility of the children is determined by the opacity.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadow → bool?
-
(Highcharts) The shadow option for hovered state.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited