HighchartsWindbarbSeriesOptions constructor

HighchartsWindbarbSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? borderColor,
  6. Map<String, dynamic>? borderRadius,
  7. double? borderWidth,
  8. bool? centerInCategory,
  9. String? className,
  10. bool? clip,
  11. String? color,
  12. dynamic colorAxis,
  13. bool? colorByPoint,
  14. double? colorIndex,
  15. String? colorKey,
  16. List? colors,
  17. String? compare,
  18. double? compareBase,
  19. bool? compareStart,
  20. bool? crisp,
  21. bool? cumulative,
  22. bool? cumulativeStart,
  23. String? cursor,
  24. Map<String, dynamic>? custom,
  25. HighchartsWindbarbSeriesDataGroupingOptions? dataGrouping,
  26. HighchartsWindbarbSeriesDataLabelsOptions? dataLabels,
  27. HighchartsSeriesDataSortingOptions? dataSorting,
  28. double? depth,
  29. String? description,
  30. String? edgeColor,
  31. double? edgeWidth,
  32. bool? enableMouseTracking,
  33. HighchartsSeriesEventsOptions? events,
  34. String? findNearestPointBy,
  35. bool? getExtremesFromAll,
  36. double? groupPadding,
  37. double? groupZPadding,
  38. bool? grouping,
  39. String? id,
  40. bool? inactiveOtherPoints,
  41. bool? includeInDataExport,
  42. double? index,
  43. List<String>? keys,
  44. HighchartsSeriesLabelOptions? label,
  45. HighchartsSeriesLastPriceOptions? lastPrice,
  46. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  47. double? legendIndex,
  48. String? legendSymbol,
  49. String? legendSymbolColor,
  50. double? lineWidth,
  51. String? linkedTo,
  52. double? maxPointWidth,
  53. double? minPointLength,
  54. dynamic navigatorOptions,
  55. String? negativeColor,
  56. bool? nullInteraction,
  57. HighchartsSeriesOnPointOptions? onPoint,
  58. String? onSeries,
  59. double? opacity,
  60. HighchartsSeriesPointOptions? point,
  61. dynamic pointDescriptionFormat,
  62. dynamic pointDescriptionFormatter,
  63. double? pointInterval,
  64. String? pointIntervalUnit,
  65. double? pointPadding,
  66. dynamic pointPlacement,
  67. double? pointRange,
  68. dynamic pointStart,
  69. double? pointWidth,
  70. bool? relativeXValue,
  71. bool? selected,
  72. bool? showCheckbox,
  73. bool? showInLegend,
  74. bool? showInNavigator,
  75. bool? skipKeyboardNavigation,
  76. bool? softThreshold,
  77. HighchartsSeriesSonificationOptions? sonification,
  78. dynamic stack,
  79. HighchartsWindbarbSeriesStatesOptions? states,
  80. bool? stickyTracking,
  81. double? threshold,
  82. HighchartsWindbarbSeriesTooltipOptions? tooltip,
  83. double? turboThreshold,
  84. double? vectorLength,
  85. bool? visible,
  86. dynamic xAxis,
  87. double? xOffset,
  88. dynamic yAxis,
  89. double? yOffset,
  90. double? zIndex,
  91. String? zoneAxis,
  92. List<HighchartsSeriesZonesOptions>? zones,
  93. bool? zoomEnabled,
})

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

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

Implementation

HighchartsWindbarbSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    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.crisp,
    this.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dataGrouping,
    this.dataLabels,
    this.dataSorting,
    this.depth,
    this.description,
    this.edgeColor,
    this.edgeWidth,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.groupPadding,
    this.groupZPadding,
    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.lineWidth,
    this.linkedTo,
    this.maxPointWidth,
    this.minPointLength,
    this.navigatorOptions,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.onSeries,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointPadding,
    this.pointPlacement,
    this.pointRange,
    this.pointStart,
    this.pointWidth,
    this.relativeXValue,
    this.selected,
    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.vectorLength,
    this.visible,
    this.xAxis,
    this.xOffset,
    this.yAxis,
    this.yOffset,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});