HighchartsOrganizationSeriesOptions constructor

HighchartsOrganizationSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. dynamic animation,
  3. String? borderColor,
  4. double? borderRadius,
  5. double? borderWidth,
  6. bool? centerInCategory,
  7. String? className,
  8. bool? clip,
  9. String? color,
  10. bool? colorByPoint,
  11. double? colorIndex,
  12. List? colors,
  13. String? cursor,
  14. Map<String, dynamic>? custom,
  15. String? dashStyle,
  16. HighchartsOrganizationSeriesDataGroupingOptions? dataGrouping,
  17. HighchartsOrganizationSeriesDataLabelsOptions? dataLabels,
  18. String? description,
  19. bool? enableMouseTracking,
  20. HighchartsSeriesEventsOptions? events,
  21. bool? getExtremesFromAll,
  22. double? hangingIndent,
  23. String? hangingIndentTranslation,
  24. String? hangingSide,
  25. String? id,
  26. HighchartsOrganizationSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
  27. bool? includeInDataExport,
  28. double? index,
  29. List<String>? keys,
  30. HighchartsSeriesLabelOptions? label,
  31. double? legendIndex,
  32. String? legendSymbol,
  33. List<HighchartsOrganizationSeriesLevelsOptions>? levels,
  34. HighchartsOrganizationSeriesLinkOptions? link,
  35. String? linkColor,
  36. String? linkColorMode,
  37. dynamic linkLineWidth,
  38. double? linkOpacity,
  39. dynamic linkRadius,
  40. String? linkedTo,
  41. double? minLinkWidth,
  42. double? minNodeLength,
  43. String? nodeAlignment,
  44. dynamic nodeDistance,
  45. double? nodePadding,
  46. double? nodeWidth,
  47. List<HighchartsOrganizationSeriesNodesOptions>? nodes,
  48. bool? nullInteraction,
  49. HighchartsSeriesOnPointOptions? onPoint,
  50. double? opacity,
  51. HighchartsSeriesPointOptions? point,
  52. dynamic pointDescriptionFormat,
  53. dynamic pointDescriptionFormatter,
  54. bool? relativeXValue,
  55. bool? selected,
  56. bool? showCheckbox,
  57. bool? showInLegend,
  58. bool? skipKeyboardNavigation,
  59. HighchartsSeriesSonificationOptions? sonification,
  60. dynamic stack,
  61. HighchartsOrganizationSeriesStatesOptions? states,
  62. bool? stickyTracking,
  63. HighchartsOrganizationSeriesTooltipOptions? tooltip,
  64. double? turboThreshold,
  65. bool? visible,
  66. dynamic xAxis,
  67. dynamic yAxis,
  68. double? zIndex,
  69. bool? zoomEnabled,
})

An organization series. If the type option is not specified, it is inherited from chart.type.

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

Implementation

HighchartsOrganizationSeriesOptions(
    {this.accessibility,
    this.animation,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.centerInCategory,
    this.className,
    this.clip,
    this.color,
    this.colorByPoint,
    this.colorIndex,
    this.colors,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.getExtremesFromAll,
    this.hangingIndent,
    this.hangingIndentTranslation,
    this.hangingSide,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.levels,
    this.link,
    this.linkColor,
    this.linkColorMode,
    this.linkLineWidth,
    this.linkOpacity,
    this.linkRadius,
    this.linkedTo,
    this.minLinkWidth,
    this.minNodeLength,
    this.nodeAlignment,
    this.nodeDistance,
    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.skipKeyboardNavigation,
    this.sonification,
    this.stack,
    this.states,
    this.stickyTracking,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoomEnabled});