HighchartsCandlestickSeriesOptions constructor

HighchartsCandlestickSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? boostBlending,
  6. double? boostThreshold,
  7. bool? centerInCategory,
  8. String? className,
  9. bool? clip,
  10. String? color,
  11. dynamic colorAxis,
  12. bool? colorByPoint,
  13. double? colorIndex,
  14. String? colorKey,
  15. List? colors,
  16. String? compare,
  17. double? compareBase,
  18. bool? compareStart,
  19. double? cropThreshold,
  20. bool? cumulative,
  21. bool? cumulativeStart,
  22. String? cursor,
  23. Map<String, dynamic>? custom,
  24. String? dashStyle,
  25. HighchartsCandlestickSeriesDataGroupingOptions? dataGrouping,
  26. HighchartsCandlestickSeriesDataLabelsOptions? dataLabels,
  27. HighchartsSeriesDataSortingOptions? dataSorting,
  28. String? description,
  29. HighchartsCandlestickSeriesDragDropOptions? dragDrop,
  30. bool? enableMouseTracking,
  31. HighchartsSeriesEventsOptions? events,
  32. String? findNearestPointBy,
  33. bool? getExtremesFromAll,
  34. double? groupPadding,
  35. bool? grouping,
  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? linkedTo,
  50. double? maxPointWidth,
  51. double? minPointLength,
  52. dynamic navigatorOptions,
  53. String? negativeColor,
  54. bool? nullInteraction,
  55. HighchartsSeriesOnPointOptions? onPoint,
  56. double? opacity,
  57. HighchartsSeriesPointOptions? point,
  58. dynamic pointDescriptionFormat,
  59. dynamic pointDescriptionFormatter,
  60. double? pointInterval,
  61. String? pointIntervalUnit,
  62. double? pointPadding,
  63. dynamic pointPlacement,
  64. double? pointRange,
  65. dynamic pointStart,
  66. String? pointValKey,
  67. double? pointWidth,
  68. bool? relativeXValue,
  69. bool? selected,
  70. Map<String, dynamic>? shadow,
  71. bool? showCheckbox,
  72. bool? showInLegend,
  73. bool? showInNavigator,
  74. bool? skipKeyboardNavigation,
  75. bool? softThreshold,
  76. HighchartsSeriesSonificationOptions? sonification,
  77. dynamic stack,
  78. HighchartsCandlestickSeriesStatesOptions? states,
  79. bool? stickyTracking,
  80. double? threshold,
  81. HighchartsCandlestickSeriesTooltipOptions? tooltip,
  82. double? turboThreshold,
  83. String? upColor,
  84. String? upLineColor,
  85. bool? visible,
  86. dynamic xAxis,
  87. dynamic yAxis,
  88. double? zIndex,
  89. String? zoneAxis,
  90. List<HighchartsSeriesZonesOptions>? zones,
  91. bool? zoomEnabled,
})

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

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

Implementation

HighchartsCandlestickSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    this.centerInCategory,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorByPoint,
    this.colorIndex,
    this.colorKey,
    this.colors,
    this.compare,
    this.compareBase,
    this.compareStart,
    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.findNearestPointBy,
    this.getExtremesFromAll,
    this.groupPadding,
    this.grouping,
    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.linkedTo,
    this.maxPointWidth,
    this.minPointLength,
    this.navigatorOptions,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointPadding,
    this.pointPlacement,
    this.pointRange,
    this.pointStart,
    this.pointValKey,
    this.pointWidth,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.states,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.upColor,
    this.upLineColor,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});