HighchartsNetworkgraphSeriesOptions constructor

HighchartsNetworkgraphSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. String? className,
  4. bool? clip,
  5. String? color,
  6. double? colorIndex,
  7. bool? crisp,
  8. String? cursor,
  9. Map<String, dynamic>? custom,
  10. String? dashStyle,
  11. HighchartsNetworkgraphSeriesDataLabelsOptions? dataLabels,
  12. String? description,
  13. bool? draggable,
  14. bool? enableMouseTracking,
  15. HighchartsNetworkgraphSeriesEventsOptions? events,
  16. String? findNearestPointBy,
  17. String? id,
  18. HighchartsNetworkgraphSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
  19. bool? includeInDataExport,
  20. double? index,
  21. List<String>? keys,
  22. HighchartsNetworkgraphSeriesLayoutAlgorithmOptions? layoutAlgorithm,
  23. double? legendIndex,
  24. String? legendSymbol,
  25. String? legendSymbolColor,
  26. double? lineWidth,
  27. HighchartsNetworkgraphSeriesLinkOptions? link,
  28. String? linkedTo,
  29. HighchartsNetworkgraphSeriesMarkerOptions? marker,
  30. List<HighchartsNetworkgraphSeriesNodesOptions>? nodes,
  31. bool? nullInteraction,
  32. HighchartsSeriesOnPointOptions? onPoint,
  33. double? opacity,
  34. HighchartsSeriesPointOptions? point,
  35. dynamic pointDescriptionFormat,
  36. dynamic pointDescriptionFormatter,
  37. bool? relativeXValue,
  38. bool? selected,
  39. Map<String, dynamic>? shadow,
  40. bool? showCheckbox,
  41. bool? showInLegend,
  42. bool? skipKeyboardNavigation,
  43. HighchartsSeriesSonificationOptions? sonification,
  44. HighchartsNetworkgraphSeriesStatesOptions? states,
  45. bool? stickyTracking,
  46. HighchartsSeriesTooltipOptions? tooltip,
  47. double? turboThreshold,
  48. bool? visible,
  49. double? zIndex,
  50. List<HighchartsSeriesZonesOptions>? zones,
  51. 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});