HighchartsOHLCSeriesStatesSelectOptions constructor

HighchartsOHLCSeriesStatesSelectOptions({
  1. HighchartsSeriesStatesSelectAnimationOptions? animation,
  2. String? borderColor,
  3. String? color,
  4. bool? enabled,
})

Options for the selected point. These settings override the normal state options when a point is selected.

API Docs: https://api.highcharts.com/highcharts/series.ohlc.states.select

Implementation

HighchartsOHLCSeriesStatesSelectOptions(
    {this.animation, this.borderColor, this.color, this.enabled});