HighchartsSeriesStatesHoverOptions constructor
HighchartsSeriesStatesHoverOptions({
- HighchartsSeriesStatesHoverAnimationOptions? animation,
- bool? enabled,
- HighchartsSeriesStatesHoverHaloOptions? halo,
- double? lineWidth,
- double? lineWidthPlus,
- HighchartsSeriesStatesHoverMarkerOptions? marker,
Options for the hovered series. These settings override the normal state options when a series is moused over or touched.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.states.hover
Implementation
HighchartsSeriesStatesHoverOptions(
{this.animation,
this.enabled,
this.halo,
this.lineWidth,
this.lineWidthPlus,
this.marker});