HighchartsAreaRangeSeriesOptions constructor

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

A arearange series. If the type option is not specified, it is inherited from chart.type.

API Docs: https://api.highcharts.com/highcharts/series.arearange

Implementation

HighchartsAreaRangeSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    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.lowMarker,
    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.states,
    this.step,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.trackByArea,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});