HighchartsOrganizationSeriesOptions constructor
HighchartsOrganizationSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- dynamic animation,
- String? borderColor,
- double? borderRadius,
- double? borderWidth,
- bool? centerInCategory,
- String? className,
- bool? clip,
- String? color,
- bool? colorByPoint,
- double? colorIndex,
- List? colors,
- String? cursor,
- Map<
String, dynamic> ? custom, - String? dashStyle,
- HighchartsOrganizationSeriesDataGroupingOptions? dataGrouping,
- HighchartsOrganizationSeriesDataLabelsOptions? dataLabels,
- String? description,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- bool? getExtremesFromAll,
- double? hangingIndent,
- String? hangingIndentTranslation,
- String? hangingSide,
- String? id,
- HighchartsOrganizationSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
- double? legendIndex,
- String? legendSymbol,
- List<
HighchartsOrganizationSeriesLevelsOptions> ? levels, - HighchartsOrganizationSeriesLinkOptions? link,
- String? linkColor,
- String? linkColorMode,
- dynamic linkLineWidth,
- double? linkOpacity,
- dynamic linkRadius,
- String? linkedTo,
- double? minLinkWidth,
- double? minNodeLength,
- String? nodeAlignment,
- dynamic nodeDistance,
- double? nodePadding,
- double? nodeWidth,
- List<
HighchartsOrganizationSeriesNodesOptions> ? nodes, - bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- bool? relativeXValue,
- bool? selected,
- bool? showCheckbox,
- bool? showInLegend,
- HighchartsSeriesSonificationOptions? sonification,
- dynamic stack,
- HighchartsOrganizationSeriesStatesOptions? states,
- bool? stickyTracking,
- HighchartsOrganizationSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- bool? visible,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- bool? zoomEnabled,
An organization
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.organization
Implementation
HighchartsOrganizationSeriesOptions(
{this.accessibility,
this.animation,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.centerInCategory,
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.events,
this.getExtremesFromAll,
this.hangingIndent,
this.hangingIndentTranslation,
this.hangingSide,
this.id,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.keys,
this.label,
this.legendIndex,
this.legendSymbol,
this.levels,
this.link,
this.linkColor,
this.linkColorMode,
this.linkLineWidth,
this.linkOpacity,
this.linkRadius,
this.linkedTo,
this.minLinkWidth,
this.minNodeLength,
this.nodeAlignment,
this.nodeDistance,
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.skipKeyboardNavigation,
this.sonification,
this.stack,
this.states,
this.stickyTracking,
this.tooltip,
this.turboThreshold,
this.visible,
this.xAxis,
this.yAxis,
this.zIndex,
this.zoomEnabled});