HighchartsDependencyWheelSeriesOptions constructor
HighchartsDependencyWheelSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- String? borderColor,
- Map<
String, dynamic> ? borderRadius, - double? borderWidth,
- List? center,
- bool? centerInCategory,
- String? className,
- bool? clip,
- String? color,
- bool? colorByPoint,
- double? colorIndex,
- List? colors,
- String? cursor,
- double? curveFactor,
- Map<
String, dynamic> ? custom, - String? dashStyle,
- HighchartsDependencyWheelSeriesDataGroupingOptions? dataGrouping,
- HighchartsDependencyWheelSeriesDataLabelsOptions? dataLabels,
- String? description,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- bool? getExtremesFromAll,
- String? id,
- HighchartsDependencyWheelSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
- double? legendIndex,
- String? legendSymbol,
- List<
HighchartsDependencyWheelSeriesLevelsOptions> ? levels, - String? linkColorMode,
- double? linkOpacity,
- String? linkedTo,
- double? minLinkWidth,
- double? nodePadding,
- dynamic nodeWidth,
- List<
HighchartsDependencyWheelSeriesNodesOptions> ? nodes, - bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- bool? relativeXValue,
- bool? selected,
- bool? showCheckbox,
- bool? showInLegend,
- dynamic size,
- HighchartsSeriesSonificationOptions? sonification,
- dynamic stack,
- double? startAngle,
- HighchartsDependencyWheelSeriesStatesOptions? states,
- bool? stickyTracking,
- HighchartsDependencyWheelSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- bool? visible,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- bool? zoomEnabled,
A dependencywheel
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.dependencywheel
Implementation
HighchartsDependencyWheelSeriesOptions(
{this.accessibility,
this.allowPointSelect,
this.animation,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.center,
this.centerInCategory,
this.className,
this.clip,
this.color,
this.colorByPoint,
this.colorIndex,
this.colors,
this.cursor,
this.curveFactor,
this.custom,
this.dashStyle,
this.dataGrouping,
this.dataLabels,
this.description,
this.enableMouseTracking,
this.events,
this.getExtremesFromAll,
this.id,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.keys,
this.label,
this.legendIndex,
this.legendSymbol,
this.levels,
this.linkColorMode,
this.linkOpacity,
this.linkedTo,
this.minLinkWidth,
this.nodePadding,
this.nodeWidth,
this.nodes,
this.nullInteraction,
this.onPoint,
this.opacity,
this.point,
this.pointDescriptionFormat,
this.pointDescriptionFormatter,
this.relativeXValue,
this.selected,
this.showCheckbox,
this.showInLegend,
this.size,
this.skipKeyboardNavigation,
this.sonification,
this.stack,
this.startAngle,
this.states,
this.stickyTracking,
this.tooltip,
this.turboThreshold,
this.visible,
this.xAxis,
this.yAxis,
this.zIndex,
this.zoomEnabled});