HighchartsDMISeriesOptions constructor

HighchartsDMISeriesOptions({
  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. HighchartsDMISeriesDataGroupingOptions? 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. String? id,
  35. bool? inactiveOtherPoints,
  36. bool? includeInDataExport,
  37. double? index,
  38. HighchartsSeriesLabelOptions? label,
  39. HighchartsSeriesLastPriceOptions? lastPrice,
  40. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  41. double? legendIndex,
  42. String? legendSymbol,
  43. String? legendSymbolColor,
  44. double? lineWidth,
  45. String? linecap,
  46. String? linkedTo,
  47. HighchartsDMISeriesMarkerOptions? marker,
  48. HighchartsDMISeriesMinusDILineOptions? minusDILine,
  49. String? negativeColor,
  50. bool? nullInteraction,
  51. HighchartsSeriesOnPointOptions? onPoint,
  52. double? opacity,
  53. HighchartsDMISeriesParamsOptions? params,
  54. HighchartsDMISeriesPlusDILineOptions? plusDILine,
  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. HighchartsDMISeriesTooltipOptions? tooltip,
  72. double? turboThreshold,
  73. bool? visible,
  74. dynamic xAxis,
  75. dynamic yAxis,
  76. double? zIndex,
  77. String? zoneAxis,
  78. List<HighchartsSeriesZonesOptions>? zones,
  79. bool? zoomEnabled,
})

The Directional Movement Index (DMI) indicator series. If the type option is not specified, it is inherited from chart.type.

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

Implementation

HighchartsDMISeriesOptions(
    {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.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.minusDILine,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.params,
    this.plusDILine,
    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.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});