HighchartsTreegraphSeriesDataOptions constructor

HighchartsTreegraphSeriesDataOptions({
  1. HighchartsTreegraphSeriesDataAccessibilityOptions? accessibility,
  2. String? className,
  3. dynamic collapseButton,
  4. bool? collapsed,
  5. String? color,
  6. double? colorIndex,
  7. double? colorValue,
  8. Map<String, dynamic>? custom,
  9. HighchartsTreegraphSeriesDataDataLabelsOptions? dataLabels,
  10. String? description,
  11. HighchartsTreegraphSeriesDataDragDropOptions? dragDrop,
  12. String? drilldown,
  13. HighchartsTreegraphSeriesDataEventsOptions? events,
  14. String? id,
  15. double? labelrank,
  16. HighchartsTreegraphSeriesDataMarkerOptions? marker,
  17. String? name,
  18. String? parent,
  19. bool? selected,
})

An array of data points for the series. For the treegraph series type, points can be given in the following ways:

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

Implementation

HighchartsTreegraphSeriesDataOptions(
    {this.accessibility,
    this.className,
    this.collapseButton,
    this.collapsed,
    this.color,
    this.colorIndex,
    this.colorValue,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.drilldown,
    this.events,
    this.id,
    this.labelrank,
    this.marker,
    this.name,
    this.parent,
    this.selected});