HighchartsArcDiagramSeriesOptions constructor
HighchartsArcDiagramSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- String? borderColor,
- double? borderWidth,
- bool? centeredLinks,
- String? className,
- bool? clip,
- String? color,
- bool? colorByPoint,
- double? colorIndex,
- List? colors,
- String? cursor,
- Map<
String, dynamic> ? custom, - String? dashStyle,
- HighchartsArcDiagramSeriesDataGroupingOptions? dataGrouping,
- HighchartsArcDiagramSeriesDataLabelsOptions? dataLabels,
- String? description,
- bool? enableMouseTracking,
- bool? equalNodes,
- HighchartsSeriesEventsOptions? events,
- String? id,
- HighchartsArcDiagramSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
- double? legendIndex,
- String? legendSymbol,
- List<
HighchartsArcDiagramSeriesLevelsOptions> ? levels, - String? linkColorMode,
- double? linkOpacity,
- double? linkRadius,
- double? linkWeight,
- String? linkedTo,
- HighchartsArcDiagramSeriesMarkerOptions? marker,
- double? minLinkWidth,
- dynamic nodeDistance,
- dynamic nodeWidth,
- List<
HighchartsArcDiagramSeriesNodesOptions> ? nodes, - bool? nullInteraction,
- String? offset,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- bool? reversed,
- bool? selected,
- bool? showCheckbox,
- bool? showInLegend,
- HighchartsSeriesSonificationOptions? sonification,
- HighchartsArcDiagramSeriesStatesOptions? states,
- bool? stickyTracking,
- HighchartsArcDiagramSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- bool? visible,
- double? zIndex,
- bool? zoomEnabled,
An arcdiagram
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.arcdiagram
Implementation
HighchartsArcDiagramSeriesOptions(
{this.accessibility,
this.allowPointSelect,
this.animation,
this.borderColor,
this.borderWidth,
this.centeredLinks,
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.equalNodes,
this.events,
this.id,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.keys,
this.label,
this.legendIndex,
this.legendSymbol,
this.levels,
this.linkColorMode,
this.linkOpacity,
this.linkRadius,
this.linkWeight,
this.linkedTo,
this.marker,
this.minLinkWidth,
this.nodeDistance,
this.nodeWidth,
this.nodes,
this.nullInteraction,
this.offset,
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.turboThreshold,
this.visible,
this.zIndex,
this.zoomEnabled});