HighchartsDumbbellSeriesOptions constructor

HighchartsDumbbellSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? className,
  6. bool? clip,
  7. String? color,
  8. dynamic colorAxis,
  9. double? colorIndex,
  10. String? colorKey,
  11. String? compare,
  12. double? compareBase,
  13. bool? compareStart,
  14. bool? connectEnds,
  15. bool? connectNulls,
  16. String? connectorColor,
  17. double? connectorWidth,
  18. bool? crisp,
  19. double? cropThreshold,
  20. bool? cumulative,
  21. bool? cumulativeStart,
  22. String? cursor,
  23. Map<String, dynamic>? custom,
  24. String? dashStyle,
  25. HighchartsSeriesDataGroupingOptions? dataGrouping,
  26. HighchartsDumbbellSeriesDataLabelsOptions? dataLabels,
  27. HighchartsSeriesDataSortingOptions? dataSorting,
  28. String? description,
  29. HighchartsDumbbellSeriesDragDropOptions? dragDrop,
  30. bool? enableMouseTracking,
  31. HighchartsSeriesEventsOptions? events,
  32. String? fillColor,
  33. String? findNearestPointBy,
  34. double? gapSize,
  35. String? gapUnit,
  36. bool? getExtremesFromAll,
  37. double? groupPadding,
  38. String? id,
  39. bool? inactiveOtherPoints,
  40. bool? includeInDataExport,
  41. double? index,
  42. List<String>? keys,
  43. HighchartsSeriesLabelOptions? label,
  44. HighchartsSeriesLastPriceOptions? lastPrice,
  45. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  46. double? legendIndex,
  47. String? legendSymbol,
  48. String? lineColor,
  49. String? linecap,
  50. String? linkedTo,
  51. String? lowColor,
  52. HighchartsDumbbellSeriesLowMarkerOptions? lowMarker,
  53. HighchartsSeriesMarkerOptions? marker,
  54. dynamic navigatorOptions,
  55. String? negativeColor,
  56. String? negativeFillColor,
  57. bool? nullInteraction,
  58. HighchartsSeriesOnPointOptions? onPoint,
  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. bool? relativeXValue,
  70. bool? selected,
  71. Map<String, dynamic>? shadow,
  72. bool? showCheckbox,
  73. bool? showInLegend,
  74. bool? showInNavigator,
  75. bool? skipKeyboardNavigation,
  76. bool? softThreshold,
  77. HighchartsSeriesSonificationOptions? sonification,
  78. dynamic stack,
  79. HighchartsDumbbellSeriesStatesOptions? states,
  80. String? step,
  81. double? threshold,
  82. HighchartsDumbbellSeriesTooltipOptions? tooltip,
  83. double? turboThreshold,
  84. bool? visible,
  85. dynamic xAxis,
  86. dynamic yAxis,
  87. double? zIndex,
  88. String? zoneAxis,
  89. List<HighchartsSeriesZonesOptions>? zones,
  90. bool? zoomEnabled,
})

The dumbbell series. If the type option is not specified, it is inherited from chart.type.

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

Implementation

HighchartsDumbbellSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.compare,
    this.compareBase,
    this.compareStart,
    this.connectEnds,
    this.connectNulls,
    this.connectorColor,
    this.connectorWidth,
    this.crisp,
    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.fillColor,
    this.findNearestPointBy,
    this.gapSize,
    this.gapUnit,
    this.getExtremesFromAll,
    this.groupPadding,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.lineColor,
    this.linecap,
    this.linkedTo,
    this.lowColor,
    this.lowMarker,
    this.marker,
    this.navigatorOptions,
    this.negativeColor,
    this.negativeFillColor,
    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.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.states,
    this.step,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});