HighchartsPSARSeriesStatesOptions constructor
HighchartsPSARSeriesStatesOptions({
- HighchartsPSARSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsSeriesStatesSelectOptions? select,
Highcharts Options Widget.
Implementation
HighchartsPSARSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});