HighchartsHLCSeriesStatesOptions constructor
HighchartsHLCSeriesStatesOptions({
- HighchartsHLCSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsHLCSeriesStatesSelectOptions? select,
Highcharts Options Widget.
Implementation
HighchartsHLCSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});