HighchartsTreegraphSeriesOptions constructor

HighchartsTreegraphSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? borderColor,
  6. double? borderWidth,
  7. String? className,
  8. bool? clip,
  9. HighchartsTreegraphSeriesCollapseButtonOptions? collapseButton,
  10. String? color,
  11. bool? colorByPoint,
  12. double? colorIndex,
  13. List? colors,
  14. bool? crisp,
  15. double? cropThreshold,
  16. String? cursor,
  17. Map<String, dynamic>? custom,
  18. HighchartsTreegraphSeriesDataLabelsOptions? dataLabels,
  19. String? description,
  20. bool? enableMouseTracking,
  21. HighchartsTreegraphSeriesEventsOptions? events,
  22. bool? fillSpace,
  23. String? id,
  24. bool? inactiveOtherPoints,
  25. bool? includeInDataExport,
  26. double? index,
  27. List<String>? keys,
  28. HighchartsSeriesLabelOptions? label,
  29. double? legendIndex,
  30. String? legendSymbol,
  31. List<HighchartsTreegraphSeriesLevelsOptions>? levels,
  32. HighchartsTreegraphSeriesLinkOptions? link,
  33. String? linkedTo,
  34. HighchartsTreegraphSeriesMarkerOptions? marker,
  35. dynamic nodeDistance,
  36. dynamic nodeWidth,
  37. bool? nullInteraction,
  38. HighchartsSeriesOnPointOptions? onPoint,
  39. double? opacity,
  40. HighchartsSeriesPointOptions? point,
  41. dynamic pointDescriptionFormat,
  42. dynamic pointDescriptionFormatter,
  43. bool? reversed,
  44. bool? selected,
  45. bool? showCheckbox,
  46. bool? showInLegend,
  47. bool? skipKeyboardNavigation,
  48. HighchartsSeriesSonificationOptions? sonification,
  49. HighchartsTreegraphSeriesStatesOptions? states,
  50. bool? stickyTracking,
  51. HighchartsTreegraphSeriesTooltipOptions? tooltip,
  52. bool? traverseToLeaf,
  53. double? turboThreshold,
  54. bool? visible,
  55. double? zIndex,
  56. bool? zoomEnabled,
})

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

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

Implementation

HighchartsTreegraphSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.borderColor,
    this.borderWidth,
    this.className,
    this.clip,
    this.collapseButton,
    this.color,
    this.colorByPoint,
    this.colorIndex,
    this.colors,
    this.crisp,
    this.cropThreshold,
    this.cursor,
    this.custom,
    this.dataLabels,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.fillSpace,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.levels,
    this.link,
    this.linkedTo,
    this.marker,
    this.nodeDistance,
    this.nodeWidth,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.reversed,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.sonification,
    this.states,
    this.stickyTracking,
    this.tooltip,
    this.traverseToLeaf,
    this.turboThreshold,
    this.visible,
    this.zIndex,
    this.zoomEnabled});