HighchartsStreamgraphSeriesOptions constructor

HighchartsStreamgraphSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? className,
  6. bool? clip,
  7. String? color,
  8. dynamic colorAxis,
  9. double? colorIndex,
  10. String? colorKey,
  11. String? compare,
  12. double? compareBase,
  13. bool? compareStart,
  14. bool? connectEnds,
  15. bool? connectNulls,
  16. bool? crisp,
  17. double? cropThreshold,
  18. bool? cumulative,
  19. bool? cumulativeStart,
  20. String? cursor,
  21. Map<String, dynamic>? custom,
  22. String? dashStyle,
  23. HighchartsSeriesDataGroupingOptions? dataGrouping,
  24. List<HighchartsSeriesDataLabelsOptions>? dataLabels,
  25. HighchartsSeriesDataSortingOptions? dataSorting,
  26. String? description,
  27. HighchartsSeriesDragDropOptions? dragDrop,
  28. bool? enableMouseTracking,
  29. HighchartsSeriesEventsOptions? events,
  30. String? fillColor,
  31. double? fillOpacity,
  32. String? findNearestPointBy,
  33. double? gapSize,
  34. String? gapUnit,
  35. bool? getExtremesFromAll,
  36. String? id,
  37. bool? inactiveOtherPoints,
  38. bool? includeInDataExport,
  39. double? index,
  40. List<String>? keys,
  41. HighchartsSeriesLabelOptions? label,
  42. HighchartsSeriesLastPriceOptions? lastPrice,
  43. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  44. double? legendIndex,
  45. String? legendSymbol,
  46. String? legendSymbolColor,
  47. String? lineColor,
  48. double? lineWidth,
  49. String? linecap,
  50. String? linkedTo,
  51. HighchartsStreamgraphSeriesMarkerOptions? marker,
  52. dynamic navigatorOptions,
  53. String? negativeColor,
  54. String? negativeFillColor,
  55. bool? nullInteraction,
  56. HighchartsSeriesOnPointOptions? onPoint,
  57. double? opacity,
  58. HighchartsSeriesPointOptions? point,
  59. dynamic pointDescriptionFormat,
  60. dynamic pointDescriptionFormatter,
  61. double? pointInterval,
  62. String? pointIntervalUnit,
  63. dynamic pointPlacement,
  64. double? pointRange,
  65. dynamic pointStart,
  66. bool? relativeXValue,
  67. bool? selected,
  68. Map<String, dynamic>? shadow,
  69. bool? showCheckbox,
  70. bool? showInLegend,
  71. bool? showInNavigator,
  72. bool? skipKeyboardNavigation,
  73. bool? softThreshold,
  74. HighchartsSeriesSonificationOptions? sonification,
  75. dynamic stack,
  76. String? stacking,
  77. HighchartsSeriesStatesOptions? states,
  78. bool? stickyTracking,
  79. double? threshold,
  80. HighchartsSeriesTooltipOptions? tooltip,
  81. bool? trackByArea,
  82. double? turboThreshold,
  83. bool? visible,
  84. dynamic xAxis,
  85. dynamic yAxis,
  86. double? zIndex,
  87. String? zoneAxis,
  88. List<HighchartsSeriesZonesOptions>? zones,
  89. 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});