HighchartsHistogramSeriesOptions constructor

HighchartsHistogramSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. dynamic baseSeries,
  6. double? binWidth,
  7. dynamic binsNumber,
  8. String? borderColor,
  9. Map<String, dynamic>? borderRadius,
  10. double? borderWidth,
  11. bool? centerInCategory,
  12. String? className,
  13. bool? clip,
  14. String? color,
  15. dynamic colorAxis,
  16. bool? colorByPoint,
  17. double? colorIndex,
  18. String? colorKey,
  19. List? colors,
  20. bool? crisp,
  21. double? cropThreshold,
  22. String? cursor,
  23. Map<String, dynamic>? custom,
  24. String? dashStyle,
  25. HighchartsHistogramSeriesDataGroupingOptions? dataGrouping,
  26. HighchartsHistogramSeriesDataLabelsOptions? dataLabels,
  27. HighchartsSeriesDataSortingOptions? dataSorting,
  28. double? depth,
  29. String? description,
  30. String? edgeColor,
  31. double? edgeWidth,
  32. bool? enableMouseTracking,
  33. HighchartsSeriesEventsOptions? events,
  34. String? findNearestPointBy,
  35. bool? getExtremesFromAll,
  36. double? groupPadding,
  37. double? groupZPadding,
  38. bool? grouping,
  39. String? id,
  40. bool? inactiveOtherPoints,
  41. bool? includeInDataExport,
  42. double? index,
  43. List<String>? keys,
  44. HighchartsSeriesLabelOptions? label,
  45. double? legendIndex,
  46. String? legendSymbol,
  47. String? legendSymbolColor,
  48. String? linkedTo,
  49. double? maxPointWidth,
  50. double? minPointLength,
  51. String? negativeColor,
  52. bool? nullInteraction,
  53. HighchartsSeriesOnPointOptions? onPoint,
  54. double? opacity,
  55. HighchartsSeriesPointOptions? point,
  56. dynamic pointDescriptionFormat,
  57. dynamic pointDescriptionFormatter,
  58. double? pointPadding,
  59. String? 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? skipKeyboardNavigation,
  69. bool? softThreshold,
  70. HighchartsSeriesSonificationOptions? sonification,
  71. dynamic stack,
  72. HighchartsHistogramSeriesStatesOptions? states,
  73. bool? stickyTracking,
  74. double? threshold,
  75. HighchartsHistogramSeriesTooltipOptions? tooltip,
  76. double? turboThreshold,
  77. bool? visible,
  78. dynamic xAxis,
  79. dynamic yAxis,
  80. double? zIndex,
  81. String? zoneAxis,
  82. List<HighchartsSeriesZonesOptions>? zones,
})

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

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

Implementation

HighchartsHistogramSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.baseSeries,
    this.binWidth,
    this.binsNumber,
    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.dashStyle,
    this.dataGrouping,
    this.dataLabels,
    this.dataSorting,
    this.depth,
    this.description,
    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.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.states,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones});