HighchartsTreegraphSeriesOptions constructor
HighchartsTreegraphSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- double? animationLimit,
- String? borderColor,
- double? borderWidth,
- String? className,
- bool? clip,
- HighchartsTreegraphSeriesCollapseButtonOptions? collapseButton,
- String? color,
- bool? colorByPoint,
- double? colorIndex,
- List? colors,
- bool? crisp,
- double? cropThreshold,
- String? cursor,
- Map<
String, dynamic> ? custom, - HighchartsTreegraphSeriesDataLabelsOptions? dataLabels,
- String? description,
- bool? enableMouseTracking,
- HighchartsTreegraphSeriesEventsOptions? events,
- bool? fillSpace,
- String? id,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
- double? legendIndex,
- String? legendSymbol,
- List<
HighchartsTreegraphSeriesLevelsOptions> ? levels, - HighchartsTreegraphSeriesLinkOptions? link,
- String? linkedTo,
- HighchartsTreegraphSeriesMarkerOptions? marker,
- dynamic nodeDistance,
- dynamic nodeWidth,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- bool? reversed,
- bool? selected,
- bool? showCheckbox,
- bool? showInLegend,
- HighchartsSeriesSonificationOptions? sonification,
- HighchartsTreegraphSeriesStatesOptions? states,
- bool? stickyTracking,
- HighchartsTreegraphSeriesTooltipOptions? tooltip,
- bool? traverseToLeaf,
- double? turboThreshold,
- bool? visible,
- double? zIndex,
- 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});