HighchartsStreamgraphSeriesOptions constructor
      
      HighchartsStreamgraphSeriesOptions({ 
    
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- double? animationLimit,
- String? className,
- bool? clip,
- String? color,
- dynamic colorAxis,
- double? colorIndex,
- String? colorKey,
- String? compare,
- double? compareBase,
- bool? compareStart,
- bool? connectEnds,
- bool? connectNulls,
- bool? crisp,
- double? cropThreshold,
- bool? cumulative,
- bool? cumulativeStart,
- String? cursor,
- Map<String, dynamic> ? custom,
- String? dashStyle,
- HighchartsSeriesDataGroupingOptions? dataGrouping,
- List<HighchartsSeriesDataLabelsOptions> ? dataLabels,
- HighchartsSeriesDataSortingOptions? dataSorting,
- String? description,
- HighchartsSeriesDragDropOptions? dragDrop,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- String? fillColor,
- double? fillOpacity,
- String? findNearestPointBy,
- double? gapSize,
- String? gapUnit,
- bool? getExtremesFromAll,
- String? id,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<String> ? keys,
- HighchartsSeriesLabelOptions? label,
- HighchartsSeriesLastPriceOptions? lastPrice,
- HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
- double? legendIndex,
- String? legendSymbol,
- String? legendSymbolColor,
- String? lineColor,
- double? lineWidth,
- String? linecap,
- String? linkedTo,
- HighchartsStreamgraphSeriesMarkerOptions? marker,
- String? negativeColor,
- String? negativeFillColor,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- double? pointInterval,
- String? pointIntervalUnit,
- dynamic pointPlacement,
- double? pointRange,
- dynamic pointStart,
- bool? relativeXValue,
- bool? selected,
- Map<String, dynamic> ? shadow,
- bool? showCheckbox,
- bool? showInLegend,
- bool? softThreshold,
- HighchartsSeriesSonificationOptions? sonification,
- dynamic stack,
- String? stacking,
- HighchartsSeriesStatesOptions? states,
- bool? stickyTracking,
- double? threshold,
- HighchartsSeriesTooltipOptions? tooltip,
- bool? trackByArea,
- double? turboThreshold,
- bool? visible,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- String? zoneAxis,
- List<HighchartsSeriesZonesOptions> ? zones,
- bool? zoomEnabled,
A streamgraph series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.streamgraph
Implementation
HighchartsStreamgraphSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.compare,
    this.compareBase,
    this.compareStart,
    this.connectEnds,
    this.connectNulls,
    this.crisp,
    this.cropThreshold,
    this.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.dragDrop,
    this.enableMouseTracking,
    this.events,
    this.fillColor,
    this.fillOpacity,
    this.findNearestPointBy,
    this.gapSize,
    this.gapUnit,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineColor,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.navigatorOptions,
    this.negativeColor,
    this.negativeFillColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointPlacement,
    this.pointRange,
    this.pointStart,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.stacking,
    this.states,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.trackByArea,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});