HighchartsWaterfallSeriesStatesOptions constructor
HighchartsWaterfallSeriesStatesOptions({
- HighchartsWaterfallSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsWaterfallSeriesStatesSelectOptions? select,
Highcharts Options Widget.
Implementation
HighchartsWaterfallSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});