HighchartsVennSeriesOptions constructor

HighchartsVennSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? borderColor,
  6. String? borderDashStyle,
  7. double? borderWidth,
  8. double? brighten,
  9. String? className,
  10. bool? clip,
  11. HighchartsVennSeriesClusterOptions? cluster,
  12. String? color,
  13. dynamic colorAxis,
  14. bool? colorByPoint,
  15. double? colorIndex,
  16. String? colorKey,
  17. bool? crisp,
  18. String? cursor,
  19. Map<String, dynamic>? custom,
  20. String? dashStyle,
  21. HighchartsVennSeriesDataLabelsOptions? dataLabels,
  22. String? description,
  23. bool? enableMouseTracking,
  24. HighchartsSeriesEventsOptions? events,
  25. String? id,
  26. HighchartsVennSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
  27. bool? includeInDataExport,
  28. double? index,
  29. List<String>? keys,
  30. double? legendIndex,
  31. String? legendSymbol,
  32. bool? nullInteraction,
  33. HighchartsSeriesOnPointOptions? onPoint,
  34. double? opacity,
  35. HighchartsSeriesPointOptions? point,
  36. dynamic pointDescriptionFormat,
  37. dynamic pointDescriptionFormatter,
  38. bool? relativeXValue,
  39. bool? selected,
  40. bool? showCheckbox,
  41. bool? showInLegend,
  42. bool? skipKeyboardNavigation,
  43. HighchartsSeriesSonificationOptions? sonification,
  44. HighchartsVennSeriesStatesOptions? states,
  45. String? step,
  46. bool? stickyTracking,
  47. HighchartsVennSeriesTooltipOptions? tooltip,
  48. double? turboThreshold,
  49. bool? visible,
  50. double? zIndex,
})

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

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

Implementation

HighchartsVennSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.borderColor,
    this.borderDashStyle,
    this.borderWidth,
    this.brighten,
    this.className,
    this.clip,
    this.cluster,
    this.color,
    this.colorAxis,
    this.colorByPoint,
    this.colorIndex,
    this.colorKey,
    this.crisp,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataLabels,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.legendIndex,
    this.legendSymbol,
    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.states,
    this.step,
    this.stickyTracking,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.zIndex});