HighchartsBBSeriesOptions constructor

HighchartsBBSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? boostBlending,
  6. double? boostThreshold,
  7. HighchartsBBSeriesBottomLineOptions? bottomLine,
  8. String? className,
  9. bool? clip,
  10. String? color,
  11. double? colorIndex,
  12. String? colorKey,
  13. String? compare,
  14. double? compareBase,
  15. bool? compareStart,
  16. bool? compareToMain,
  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. HighchartsBBSeriesDataGroupingOptions? dataGrouping,
  26. List<HighchartsSeriesDataLabelsOptions>? dataLabels,
  27. HighchartsSeriesDataSortingOptions? dataSorting,
  28. String? description,
  29. bool? enableMouseTracking,
  30. HighchartsSeriesEventsOptions? events,
  31. String? fillColor,
  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. HighchartsSeriesLabelOptions? label,
  41. HighchartsSeriesLastPriceOptions? lastPrice,
  42. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  43. double? legendIndex,
  44. String? legendSymbol,
  45. String? legendSymbolColor,
  46. double? lineWidth,
  47. String? linecap,
  48. String? linkedTo,
  49. HighchartsBBSeriesMarkerOptions? marker,
  50. String? negativeColor,
  51. bool? nullInteraction,
  52. HighchartsSeriesOnPointOptions? onPoint,
  53. double? opacity,
  54. HighchartsBBSeriesParamsOptions? params,
  55. HighchartsSeriesPointOptions? point,
  56. dynamic pointDescriptionFormat,
  57. dynamic pointDescriptionFormatter,
  58. bool? relativeXValue,
  59. bool? selected,
  60. Map<String, dynamic>? shadow,
  61. bool? showCheckbox,
  62. bool? showInLegend,
  63. bool? skipKeyboardNavigation,
  64. bool? softThreshold,
  65. HighchartsSeriesSonificationOptions? sonification,
  66. dynamic stack,
  67. HighchartsSeriesStatesOptions? states,
  68. String? step,
  69. bool? stickyTracking,
  70. double? threshold,
  71. HighchartsBBSeriesTooltipOptions? tooltip,
  72. HighchartsBBSeriesTopLineOptions? topLine,
  73. double? turboThreshold,
  74. bool? visible,
  75. dynamic xAxis,
  76. dynamic yAxis,
  77. double? zIndex,
  78. String? zoneAxis,
  79. List<HighchartsSeriesZonesOptions>? zones,
  80. bool? zoomEnabled,
})

A bollinger bands indicator. If the type option is not specified, it is inherited from chart.type.

API Docs: https://api.highcharts.com/highstock/series.bb

Implementation

HighchartsBBSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    this.bottomLine,
    this.className,
    this.clip,
    this.color,
    this.colorIndex,
    this.colorKey,
    this.compare,
    this.compareBase,
    this.compareStart,
    this.compareToMain,
    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.enableMouseTracking,
    this.events,
    this.fillColor,
    this.findNearestPointBy,
    this.gapSize,
    this.gapUnit,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.params,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.states,
    this.step,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.topLine,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});