HighchartsTreegraphSeriesDataOptions constructor
HighchartsTreegraphSeriesDataOptions({
- HighchartsTreegraphSeriesDataAccessibilityOptions? accessibility,
- String? className,
- dynamic collapseButton,
- bool? collapsed,
- String? color,
- double? colorIndex,
- double? colorValue,
- Map<
String, dynamic> ? custom, - HighchartsTreegraphSeriesDataDataLabelsOptions? dataLabels,
- String? description,
- HighchartsTreegraphSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsTreegraphSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- HighchartsTreegraphSeriesDataMarkerOptions? marker,
- String? name,
- String? parent,
- 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});