HighchartsXRangeSeriesStatesHoverOptions constructor
HighchartsXRangeSeriesStatesHoverOptions({
- HighchartsSeriesStatesHoverAnimationOptions? animation,
- String? borderColor,
- double? brightness,
- String? color,
- bool? enabled,
Options for the hovered point. These settings override the normal state options when a point is moused over or touched.
API Docs: https://api.highcharts.com/highcharts/series.xrange.states.hover
Implementation
HighchartsXRangeSeriesStatesHoverOptions(
{this.animation,
this.borderColor,
this.brightness,
this.color,
this.enabled});