HighchartsNetworkgraphSeriesOptions constructor
HighchartsNetworkgraphSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- String? className,
- bool? clip,
- String? color,
- double? colorIndex,
- bool? crisp,
- String? cursor,
- Map<
String, dynamic> ? custom, - String? dashStyle,
- HighchartsNetworkgraphSeriesDataLabelsOptions? dataLabels,
- String? description,
- bool? draggable,
- bool? enableMouseTracking,
- HighchartsNetworkgraphSeriesEventsOptions? events,
- String? findNearestPointBy,
- String? id,
- HighchartsNetworkgraphSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - HighchartsNetworkgraphSeriesLayoutAlgorithmOptions? layoutAlgorithm,
- double? legendIndex,
- String? legendSymbol,
- String? legendSymbolColor,
- double? lineWidth,
- HighchartsNetworkgraphSeriesLinkOptions? link,
- String? linkedTo,
- HighchartsNetworkgraphSeriesMarkerOptions? marker,
- List<
HighchartsNetworkgraphSeriesNodesOptions> ? nodes, - bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- bool? relativeXValue,
- bool? selected,
- Map<
String, dynamic> ? shadow, - bool? showCheckbox,
- bool? showInLegend,
- HighchartsSeriesSonificationOptions? sonification,
- HighchartsNetworkgraphSeriesStatesOptions? states,
- bool? stickyTracking,
- HighchartsSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- bool? visible,
- double? zIndex,
- List<
HighchartsSeriesZonesOptions> ? zones, - bool? zoomEnabled,
A networkgraph
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.networkgraph
Implementation
HighchartsNetworkgraphSeriesOptions(
{this.accessibility,
this.allowPointSelect,
this.className,
this.clip,
this.color,
this.colorIndex,
this.crisp,
this.cursor,
this.custom,
this.dashStyle,
this.dataLabels,
this.description,
this.draggable,
this.enableMouseTracking,
this.events,
this.findNearestPointBy,
this.id,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.keys,
this.layoutAlgorithm,
this.legendIndex,
this.legendSymbol,
this.legendSymbolColor,
this.lineWidth,
this.link,
this.linkedTo,
this.marker,
this.nodes,
this.nullInteraction,
this.onPoint,
this.opacity,
this.point,
this.pointDescriptionFormat,
this.pointDescriptionFormatter,
this.relativeXValue,
this.selected,
this.shadow,
this.showCheckbox,
this.showInLegend,
this.skipKeyboardNavigation,
this.sonification,
this.states,
this.stickyTracking,
this.tooltip,
this.turboThreshold,
this.visible,
this.zIndex,
this.zones,
this.zoomEnabled});