HighchartsColumnSeriesOptions constructor

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

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

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

Implementation

HighchartsColumnSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boostBlending,
    this.boostThreshold,
    this.borderColor,
    this.borderRadius,
    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.crisp,
    this.cropThreshold,
    this.cumulative,
    this.cumulativeStart,
    this.cursor,
    this.custom,
    this.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.dataSorting,
    this.depth,
    this.description,
    this.dragDrop,
    this.edgeColor,
    this.edgeWidth,
    this.enableMouseTracking,
    this.events,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.groupPadding,
    this.groupZPadding,
    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.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.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.showInNavigator,
    this.skipKeyboardNavigation,
    this.softThreshold,
    this.sonification,
    this.stack,
    this.stacking,
    this.states,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});