HighchartsPackedBubbleSeriesOptions constructor

HighchartsPackedBubbleSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? className,
  6. bool? clip,
  7. String? color,
  8. dynamic colorAxis,
  9. double? colorIndex,
  10. String? colorKey,
  11. bool? crisp,
  12. String? cursor,
  13. Map<String, dynamic>? custom,
  14. String? dashStyle,
  15. HighchartsPackedBubbleSeriesDataLabelsOptions? dataLabels,
  16. String? description,
  17. bool? displayNegative,
  18. bool? draggable,
  19. bool? enableMouseTracking,
  20. HighchartsSeriesEventsOptions? events,
  21. String? findNearestPointBy,
  22. bool? getExtremesFromAll,
  23. String? id,
  24. bool? inactiveOtherPoints,
  25. bool? includeInDataExport,
  26. double? index,
  27. HighchartsSeriesLabelOptions? label,
  28. HighchartsPackedBubbleSeriesLayoutAlgorithmOptions? layoutAlgorithm,
  29. double? legendIndex,
  30. String? legendSymbol,
  31. double? lineWidth,
  32. String? linecap,
  33. String? linkedTo,
  34. HighchartsPackedBubbleSeriesMarkerOptions? marker,
  35. dynamic maxSize,
  36. dynamic minSize,
  37. String? negativeColor,
  38. bool? nullInteraction,
  39. HighchartsSeriesOnPointOptions? onPoint,
  40. double? opacity,
  41. HighchartsPackedBubbleSeriesParentNodeOptions? parentNode,
  42. HighchartsSeriesPointOptions? point,
  43. dynamic pointDescriptionFormat,
  44. dynamic pointDescriptionFormatter,
  45. double? pointInterval,
  46. String? pointIntervalUnit,
  47. dynamic pointStart,
  48. bool? relativeXValue,
  49. bool? selected,
  50. bool? showCheckbox,
  51. bool? showInLegend,
  52. String? sizeBy,
  53. bool? skipKeyboardNavigation,
  54. bool? softThreshold,
  55. HighchartsSeriesSonificationOptions? sonification,
  56. String? stacking,
  57. HighchartsPackedBubbleSeriesStatesOptions? states,
  58. bool? stickyTracking,
  59. double? threshold,
  60. HighchartsPackedBubbleSeriesTooltipOptions? tooltip,
  61. double? turboThreshold,
  62. bool? useSimulation,
  63. bool? visible,
  64. dynamic xAxis,
  65. dynamic yAxis,
  66. double? zIndex,
  67. double? zThreshold,
  68. String? zoneAxis,
  69. List<HighchartsSeriesZonesOptions>? zones,
  70. bool? zoomEnabled,
})

A packedbubble series. If the type option is not specified, it is inherited from chart.type.

API Docs: https://api.highcharts.com/highcharts/series.packedbubble

Implementation

HighchartsPackedBubbleSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.crisp,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataLabels,
    this.description,
    this.displayNegative,
    this.draggable,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.label,
    this.layoutAlgorithm,
    this.legendIndex,
    this.legendSymbol,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.maxSize,
    this.minSize,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.parentNode,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointStart,
    this.relativeXValue,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.sizeBy,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stacking,
    this.states,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.useSimulation,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zThreshold,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});