HighchartsPyramid3DSeriesOptions constructor

HighchartsPyramid3DSeriesOptions({
  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. HighchartsPyramid3DSeriesDataGroupingOptions? dataGrouping,
  22. HighchartsPyramid3DSeriesDataLabelsOptions? dataLabels,
  23. double? depth,
  24. String? description,
  25. HighchartsPyramid3DSeriesDragDropOptions? 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? linkedTo,
  46. double? maxPointWidth,
  47. double? minPointLength,
  48. double? neckHeight,
  49. double? neckWidth,
  50. String? negativeColor,
  51. bool? nullInteraction,
  52. HighchartsSeriesOnPointOptions? onPoint,
  53. double? opacity,
  54. HighchartsSeriesPointOptions? point,
  55. dynamic pointDescriptionFormat,
  56. dynamic pointDescriptionFormatter,
  57. double? pointInterval,
  58. String? pointIntervalUnit,
  59. double? pointPadding,
  60. dynamic pointPlacement,
  61. double? pointRange,
  62. dynamic pointStart,
  63. double? pointWidth,
  64. bool? relativeXValue,
  65. bool? reversed,
  66. bool? selected,
  67. Map<String, dynamic>? shadow,
  68. bool? showCheckbox,
  69. bool? showInLegend,
  70. bool? skipKeyboardNavigation,
  71. bool? softThreshold,
  72. HighchartsSeriesSonificationOptions? sonification,
  73. dynamic stack,
  74. String? stacking,
  75. HighchartsPyramid3DSeriesStatesOptions? states,
  76. bool? stickyTracking,
  77. double? threshold,
  78. HighchartsPyramid3DSeriesTooltipOptions? tooltip,
  79. double? turboThreshold,
  80. bool? visible,
  81. dynamic width,
  82. dynamic xAxis,
  83. dynamic yAxis,
  84. double? zIndex,
  85. String? zoneAxis,
  86. List<HighchartsSeriesZonesOptions>? zones,
  87. bool? zoomEnabled,
})

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

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

Implementation

HighchartsPyramid3DSeriesOptions(
    {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.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});