HighchartsPyramidSeriesStatesOptions constructor
HighchartsPyramidSeriesStatesOptions({
- HighchartsPyramidSeriesStatesHoverOptions? hover,
- HighchartsSeriesStatesInactiveOptions? inactive,
- HighchartsSeriesStatesNormalOptions? normal,
- HighchartsPyramidSeriesStatesSelectOptions? select,
Options for the series states.
API Docs: https://api.highcharts.com/highcharts/series.pyramid.states
Implementation
HighchartsPyramidSeriesStatesOptions(
{this.hover, this.inactive, this.normal, this.select});