HighchartsFunnel3DSeriesOptions constructor

HighchartsFunnel3DSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. bool? animation,
  4. double? animationLimit,
  5. String? borderColor,
  6. Map<String, dynamic>? borderRadius,
  7. double? borderWidth,
  8. bool? centerInCategory,
  9. String? className,
  10. bool? clip,
  11. String? color,
  12. bool? colorByPoint,
  13. double? colorIndex,
  14. String? colorKey,
  15. List? colors,
  16. bool? crisp,
  17. double? cropThreshold,
  18. String? cursor,
  19. Map<String, dynamic>? custom,
  20. String? dashStyle,
  21. HighchartsFunnel3DSeriesDataGroupingOptions? dataGrouping,
  22. HighchartsFunnel3DSeriesDataLabelsOptions? dataLabels,
  23. double? depth,
  24. String? description,
  25. HighchartsFunnel3DSeriesDragDropOptions? dragDrop,
  26. String? edgeColor,
  27. double? edgeWidth,
  28. bool? enableMouseTracking,
  29. HighchartsSeriesEventsOptions? events,
  30. String? findNearestPointBy,
  31. bool? getExtremesFromAll,
  32. bool? gradientForSides,
  33. double? groupPadding,
  34. double? groupZPadding,
  35. bool? grouping,
  36. dynamic height,
  37. String? id,
  38. bool? inactiveOtherPoints,
  39. bool? includeInDataExport,
  40. double? index,
  41. List<String>? keys,
  42. HighchartsSeriesLabelOptions? label,
  43. double? legendIndex,
  44. String? legendSymbol,
  45. String? legendSymbolColor,
  46. String? linkedTo,
  47. double? maxPointWidth,
  48. double? minPointLength,
  49. dynamic neckHeight,
  50. dynamic neckWidth,
  51. String? negativeColor,
  52. bool? nullInteraction,
  53. HighchartsSeriesOnPointOptions? onPoint,
  54. double? opacity,
  55. HighchartsSeriesPointOptions? point,
  56. dynamic pointDescriptionFormat,
  57. dynamic pointDescriptionFormatter,
  58. double? pointInterval,
  59. String? pointIntervalUnit,
  60. double? pointPadding,
  61. dynamic pointPlacement,
  62. double? pointRange,
  63. dynamic pointStart,
  64. double? pointWidth,
  65. bool? relativeXValue,
  66. bool? reversed,
  67. bool? selected,
  68. Map<String, dynamic>? shadow,
  69. bool? showCheckbox,
  70. bool? showInLegend,
  71. bool? skipKeyboardNavigation,
  72. bool? softThreshold,
  73. HighchartsSeriesSonificationOptions? sonification,
  74. dynamic stack,
  75. String? stacking,
  76. HighchartsFunnel3DSeriesStatesOptions? states,
  77. bool? stickyTracking,
  78. double? threshold,
  79. HighchartsFunnel3DSeriesTooltipOptions? tooltip,
  80. double? turboThreshold,
  81. bool? visible,
  82. dynamic width,
  83. dynamic xAxis,
  84. dynamic yAxis,
  85. double? zIndex,
  86. String? zoneAxis,
  87. List<HighchartsSeriesZonesOptions>? zones,
  88. bool? zoomEnabled,
})

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

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

Implementation

HighchartsFunnel3DSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.centerInCategory,
    this.className,
    this.clip,
    this.color,
    this.colorByPoint,
    this.colorIndex,
    this.colorKey,
    this.colors,
    this.crisp,
    this.cropThreshold,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.depth,
    this.description,
    this.dragDrop,
    this.edgeColor,
    this.edgeWidth,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.gradientForSides,
    this.groupPadding,
    this.groupZPadding,
    this.grouping,
    this.height,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.linkedTo,
    this.maxPointWidth,
    this.minPointLength,
    this.neckHeight,
    this.neckWidth,
    this.negativeColor,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointPadding,
    this.pointPlacement,
    this.pointRange,
    this.pointStart,
    this.pointWidth,
    this.relativeXValue,
    this.reversed,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.stacking,
    this.states,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.width,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});