HighchartsRenkoSeriesStatesHoverOptions constructor
HighchartsRenkoSeriesStatesHoverOptions({
- HighchartsSeriesStatesHoverAnimationOptions? animation,
- double? brightness,
- 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.renko.states.hover
Implementation
HighchartsRenkoSeriesStatesHoverOptions(
{this.animation, this.brightness, this.enabled});