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