HighchartsDependencyWheelSeriesOptions constructor

HighchartsDependencyWheelSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. String? borderColor,
  5. Map<String, dynamic>? borderRadius,
  6. double? borderWidth,
  7. List? center,
  8. bool? centerInCategory,
  9. String? className,
  10. bool? clip,
  11. String? color,
  12. bool? colorByPoint,
  13. double? colorIndex,
  14. List? colors,
  15. String? cursor,
  16. double? curveFactor,
  17. Map<String, dynamic>? custom,
  18. String? dashStyle,
  19. HighchartsDependencyWheelSeriesDataGroupingOptions? dataGrouping,
  20. HighchartsDependencyWheelSeriesDataLabelsOptions? dataLabels,
  21. String? description,
  22. bool? enableMouseTracking,
  23. HighchartsSeriesEventsOptions? events,
  24. bool? getExtremesFromAll,
  25. String? id,
  26. HighchartsDependencyWheelSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
  27. bool? includeInDataExport,
  28. double? index,
  29. List<String>? keys,
  30. HighchartsSeriesLabelOptions? label,
  31. double? legendIndex,
  32. String? legendSymbol,
  33. List<HighchartsDependencyWheelSeriesLevelsOptions>? levels,
  34. String? linkColorMode,
  35. double? linkOpacity,
  36. String? linkedTo,
  37. double? minLinkWidth,
  38. double? nodePadding,
  39. dynamic nodeWidth,
  40. List<HighchartsDependencyWheelSeriesNodesOptions>? nodes,
  41. bool? nullInteraction,
  42. HighchartsSeriesOnPointOptions? onPoint,
  43. double? opacity,
  44. HighchartsSeriesPointOptions? point,
  45. dynamic pointDescriptionFormat,
  46. dynamic pointDescriptionFormatter,
  47. bool? relativeXValue,
  48. bool? selected,
  49. bool? showCheckbox,
  50. bool? showInLegend,
  51. dynamic size,
  52. bool? skipKeyboardNavigation,
  53. HighchartsSeriesSonificationOptions? sonification,
  54. dynamic stack,
  55. double? startAngle,
  56. HighchartsDependencyWheelSeriesStatesOptions? states,
  57. bool? stickyTracking,
  58. HighchartsDependencyWheelSeriesTooltipOptions? tooltip,
  59. double? turboThreshold,
  60. bool? visible,
  61. dynamic xAxis,
  62. dynamic yAxis,
  63. double? zIndex,
  64. bool? zoomEnabled,
})

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

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

Implementation

HighchartsDependencyWheelSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.center,
    this.centerInCategory,
    this.className,
    this.clip,
    this.color,
    this.colorByPoint,
    this.colorIndex,
    this.colors,
    this.cursor,
    this.curveFactor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.levels,
    this.linkColorMode,
    this.linkOpacity,
    this.linkedTo,
    this.minLinkWidth,
    this.nodePadding,
    this.nodeWidth,
    this.nodes,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.relativeXValue,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.size,
    this.skipKeyboardNavigation,
    this.sonification,
    this.stack,
    this.startAngle,
    this.states,
    this.stickyTracking,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoomEnabled});