HighchartsBarSeriesOptions constructor

HighchartsBarSeriesOptions({
  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. bool? crisp,
  20. double? cropThreshold,
  21. String? cursor,
  22. Map<String, dynamic>? custom,
  23. HighchartsBarSeriesDataGroupingOptions? dataGrouping,
  24. HighchartsBarSeriesDataLabelsOptions? dataLabels,
  25. HighchartsSeriesDataSortingOptions? dataSorting,
  26. double? depth,
  27. String? description,
  28. HighchartsBarSeriesDragDropOptions? dragDrop,
  29. String? edgeColor,
  30. double? edgeWidth,
  31. bool? enableMouseTracking,
  32. HighchartsSeriesEventsOptions? events,
  33. String? findNearestPointBy,
  34. bool? getExtremesFromAll,
  35. double? groupPadding,
  36. double? groupZPadding,
  37. bool? grouping,
  38. String? id,
  39. bool? inactiveOtherPoints,
  40. bool? includeInDataExport,
  41. double? index,
  42. List<String>? keys,
  43. HighchartsSeriesLabelOptions? label,
  44. double? legendIndex,
  45. String? legendSymbol,
  46. String? legendSymbolColor,
  47. String? linkedTo,
  48. double? maxPointWidth,
  49. double? minPointLength,
  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? selected,
  66. Map<String, dynamic>? shadow,
  67. bool? showCheckbox,
  68. bool? showInLegend,
  69. bool? skipKeyboardNavigation,
  70. bool? softThreshold,
  71. HighchartsSeriesSonificationOptions? sonification,
  72. dynamic stack,
  73. String? stacking,
  74. HighchartsBarSeriesStatesOptions? states,
  75. bool? stickyTracking,
  76. double? threshold,
  77. HighchartsBarSeriesTooltipOptions? tooltip,
  78. double? turboThreshold,
  79. bool? visible,
  80. dynamic xAxis,
  81. dynamic yAxis,
  82. double? zIndex,
  83. String? zoneAxis,
  84. List<HighchartsSeriesZonesOptions>? zones,
  85. bool? zoomEnabled,
})

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

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

Implementation

HighchartsBarSeriesOptions(
    {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.crisp,
    this.cropThreshold,
    this.cursor,
    this.custom,
    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.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.linkedTo,
    this.maxPointWidth,
    this.minPointLength,
    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.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});