HCSeriesStatesSelectOptionsObject class
(Highcharts, Highstock) Specific options for point in selected states, after being selected by allowPointSelect or programmatically.
- Implemented types
Constructors
- HCSeriesStatesSelectOptionsObject({dynamic animation, dynamic borderColor, num? borderWidth, dynamic color, bool? enabled, HCSeriesStatesHoverHaloOptionsObject? halo, num? lineWidth, num? lineWidthPlus, HCPointMarkerOptionsObject? marker})
-
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
- color → dynamic
-
(Highmaps) The color of the shape in this state.
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
- 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
- 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
- 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
- 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(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited