HighchartsWordcloudSeriesOptions constructor

HighchartsWordcloudSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. HighchartsWordcloudSeriesAnimationOptions? animation,
  4. double? animationLimit,
  5. String? borderColor,
  6. Map<String, dynamic>? borderRadius,
  7. double? borderWidth,
  8. bool? centerInCategory,
  9. String? className,
  10. String? color,
  11. bool? colorByPoint,
  12. double? colorIndex,
  13. String? colorKey,
  14. List? colors,
  15. String? cursor,
  16. Map<String, dynamic>? custom,
  17. String? dashStyle,
  18. String? description,
  19. double? edgeWidth,
  20. bool? enableMouseTracking,
  21. HighchartsSeriesEventsOptions? events,
  22. String? id,
  23. bool? inactiveOtherPoints,
  24. bool? includeInDataExport,
  25. double? index,
  26. List<String>? keys,
  27. HighchartsSeriesLabelOptions? label,
  28. double? legendIndex,
  29. String? legendSymbol,
  30. String? legendSymbolColor,
  31. String? linkedTo,
  32. double? maxFontSize,
  33. double? minFontSize,
  34. bool? nullInteraction,
  35. HighchartsSeriesOnPointOptions? onPoint,
  36. double? opacity,
  37. String? placementStrategy,
  38. HighchartsSeriesPointOptions? point,
  39. dynamic pointDescriptionFormat,
  40. dynamic pointDescriptionFormatter,
  41. bool? relativeXValue,
  42. HighchartsWordcloudSeriesRotationOptions? rotation,
  43. bool? selected,
  44. bool? showInLegend,
  45. bool? skipKeyboardNavigation,
  46. HighchartsSeriesSonificationOptions? sonification,
  47. String? spiral,
  48. dynamic stack,
  49. HighchartsWordcloudSeriesStatesOptions? states,
  50. bool? stickyTracking,
  51. Map<String, String>? style,
  52. HighchartsWordcloudSeriesTooltipOptions? tooltip,
  53. double? turboThreshold,
  54. bool? visible,
  55. dynamic xAxis,
  56. dynamic yAxis,
  57. double? zIndex,
  58. bool? zoomEnabled,
})

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

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

Implementation

HighchartsWordcloudSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.centerInCategory,
    this.className,
    this.color,
    this.colorByPoint,
    this.colorIndex,
    this.colorKey,
    this.colors,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.description,
    this.edgeWidth,
    this.enableMouseTracking,
    this.events,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.linkedTo,
    this.maxFontSize,
    this.minFontSize,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.placementStrategy,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.relativeXValue,
    this.rotation,
    this.selected,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.sonification,
    this.spiral,
    this.stack,
    this.states,
    this.stickyTracking,
    this.style,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoomEnabled});