HighchartsColumnPyramidSeriesOptions constructor

HighchartsColumnPyramidSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? borderColor,
  6. double? borderWidth,
  7. bool? centerInCategory,
  8. String? className,
  9. bool? clip,
  10. String? color,
  11. dynamic colorAxis,
  12. bool? colorByPoint,
  13. double? colorIndex,
  14. String? colorKey,
  15. List? colors,
  16. String? compare,
  17. double? compareBase,
  18. bool? compareStart,
  19. double? cropThreshold,
  20. bool? cumulative,
  21. bool? cumulativeStart,
  22. String? cursor,
  23. Map<String, dynamic>? custom,
  24. HighchartsColumnPyramidSeriesDataGroupingOptions? dataGrouping,
  25. HighchartsColumnPyramidSeriesDataLabelsOptions? dataLabels,
  26. HighchartsSeriesDataSortingOptions? dataSorting,
  27. String? description,
  28. HighchartsColumnPyramidSeriesDragDropOptions? dragDrop,
  29. bool? enableMouseTracking,
  30. HighchartsSeriesEventsOptions? events,
  31. String? findNearestPointBy,
  32. bool? getExtremesFromAll,
  33. double? groupPadding,
  34. bool? grouping,
  35. String? id,
  36. bool? inactiveOtherPoints,
  37. bool? includeInDataExport,
  38. double? index,
  39. List<String>? keys,
  40. HighchartsSeriesLabelOptions? label,
  41. HighchartsSeriesLastPriceOptions? lastPrice,
  42. HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
  43. double? legendIndex,
  44. String? legendSymbol,
  45. String? legendSymbolColor,
  46. String? linkedTo,
  47. double? maxPointWidth,
  48. double? minPointLength,
  49. dynamic navigatorOptions,
  50. bool? nullInteraction,
  51. HighchartsSeriesOnPointOptions? onPoint,
  52. double? opacity,
  53. HighchartsSeriesPointOptions? point,
  54. dynamic pointDescriptionFormat,
  55. dynamic pointDescriptionFormatter,
  56. double? pointInterval,
  57. String? pointIntervalUnit,
  58. double? pointPadding,
  59. dynamic pointPlacement,
  60. double? pointRange,
  61. dynamic pointStart,
  62. double? pointWidth,
  63. bool? relativeXValue,
  64. bool? selected,
  65. Map<String, dynamic>? shadow,
  66. bool? showCheckbox,
  67. bool? showInLegend,
  68. bool? showInNavigator,
  69. bool? skipKeyboardNavigation,
  70. HighchartsSeriesSonificationOptions? sonification,
  71. dynamic stack,
  72. String? stacking,
  73. HighchartsColumnPyramidSeriesStatesOptions? states,
  74. bool? stickyTracking,
  75. HighchartsColumnPyramidSeriesTooltipOptions? tooltip,
  76. double? turboThreshold,
  77. bool? visible,
  78. dynamic xAxis,
  79. dynamic yAxis,
  80. double? zIndex,
  81. bool? zoomEnabled,
})

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

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

Implementation

HighchartsColumnPyramidSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.borderColor,
    this.borderWidth,
    this.centerInCategory,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorByPoint,
    this.colorIndex,
    this.colorKey,
    this.colors,
    this.compare,
    this.compareBase,
    this.compareStart,
    this.cropThreshold,
    this.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dataGrouping,
    this.dataLabels,
    this.dataSorting,
    this.description,
    this.dragDrop,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.groupPadding,
    this.grouping,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.lastPrice,
    this.lastVisiblePrice,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.linkedTo,
    this.maxPointWidth,
    this.minPointLength,
    this.navigatorOptions,
    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.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    this.skipKeyboardNavigation,
    this.sonification,
    this.stack,
    this.stacking,
    this.states,
    this.stickyTracking,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoomEnabled});