HighchartsMACDSeriesOptions constructor

HighchartsMACDSeriesOptions({
  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. double? colorIndex,
  11. String? colorKey,
  12. String? compare,
  13. double? compareBase,
  14. bool? compareStart,
  15. bool? compareToMain,
  16. bool? connectNulls,
  17. bool? crisp,
  18. double? cropThreshold,
  19. bool? cumulative,
  20. bool? cumulativeStart,
  21. String? cursor,
  22. Map<String, dynamic>? custom,
  23. String? dashStyle,
  24. HighchartsMACDSeriesDataGroupingOptions? dataGrouping,
  25. List<HighchartsSeriesDataLabelsOptions>? dataLabels,
  26. HighchartsSeriesDataSortingOptions? dataSorting,
  27. String? description,
  28. bool? enableMouseTracking,
  29. HighchartsSeriesEventsOptions? events,
  30. String? findNearestPointBy,
  31. double? gapSize,
  32. String? gapUnit,
  33. bool? getExtremesFromAll,
  34. double? groupPadding,
  35. String? id,
  36. bool? inactiveOtherPoints,
  37. bool? includeInDataExport,
  38. double? index,
  39. HighchartsSeriesLabelOptions? label,
  40. HighchartsSeriesLastPriceOptions? lastPrice,
  41. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  42. double? legendIndex,
  43. String? legendSymbol,
  44. String? legendSymbolColor,
  45. double? lineWidth,
  46. String? linecap,
  47. String? linkedTo,
  48. HighchartsMACDSeriesMacdLineOptions? macdLine,
  49. HighchartsSeriesMarkerOptions? marker,
  50. double? minPointLength,
  51. String? negativeColor,
  52. bool? nullInteraction,
  53. HighchartsSeriesOnPointOptions? onPoint,
  54. double? opacity,
  55. HighchartsMACDSeriesParamsOptions? params,
  56. HighchartsSeriesPointOptions? point,
  57. dynamic pointDescriptionFormat,
  58. dynamic pointDescriptionFormatter,
  59. double? pointPadding,
  60. bool? relativeXValue,
  61. bool? selected,
  62. Map<String, dynamic>? shadow,
  63. bool? showCheckbox,
  64. bool? showInLegend,
  65. HighchartsMACDSeriesSignalLineOptions? signalLine,
  66. bool? skipKeyboardNavigation,
  67. bool? softThreshold,
  68. HighchartsSeriesSonificationOptions? sonification,
  69. dynamic stack,
  70. HighchartsMACDSeriesStatesOptions? states,
  71. String? step,
  72. bool? stickyTracking,
  73. double? threshold,
  74. HighchartsMACDSeriesTooltipOptions? tooltip,
  75. double? turboThreshold,
  76. bool? visible,
  77. dynamic xAxis,
  78. dynamic yAxis,
  79. double? zIndex,
  80. String? zoneAxis,
  81. List<HighchartsSeriesZonesOptions>? zones,
  82. bool? zoomEnabled,
})

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

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

Implementation

HighchartsMACDSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    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.findNearestPointBy,
    this.gapSize,
    this.gapUnit,
    this.getExtremesFromAll,
    this.groupPadding,
    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.macdLine,
    this.marker,
    this.minPointLength,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.params,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointPadding,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.signalLine,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.states,
    this.step,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});