HighchartsBoxPlotSeriesOptions constructor

HighchartsBoxPlotSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. double? animationLimit,
  5. String? boxDashStyle,
  6. bool? centerInCategory,
  7. String? className,
  8. bool? clip,
  9. String? color,
  10. dynamic colorAxis,
  11. bool? colorByPoint,
  12. double? colorIndex,
  13. String? colorKey,
  14. List? colors,
  15. bool? crisp,
  16. double? cropThreshold,
  17. String? cursor,
  18. Map<String, dynamic>? custom,
  19. String? dashStyle,
  20. HighchartsBoxPlotSeriesDataGroupingOptions? dataGrouping,
  21. HighchartsBoxPlotSeriesDataLabelsOptions? dataLabels,
  22. HighchartsSeriesDataSortingOptions? dataSorting,
  23. double? depth,
  24. String? description,
  25. HighchartsBoxPlotSeriesDragDropOptions? dragDrop,
  26. String? edgeColor,
  27. double? edgeWidth,
  28. bool? enableMouseTracking,
  29. HighchartsSeriesEventsOptions? events,
  30. String? fillColor,
  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. double? legendIndex,
  42. String? legendSymbol,
  43. String? legendSymbolColor,
  44. double? lineWidth,
  45. String? linkedTo,
  46. double? maxPointWidth,
  47. String? medianColor,
  48. String? medianDashStyle,
  49. double? medianWidth,
  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? pointInterval,
  59. String? pointIntervalUnit,
  60. double? pointPadding,
  61. dynamic pointPlacement,
  62. double? pointRange,
  63. dynamic pointStart,
  64. double? pointWidth,
  65. bool? relativeXValue,
  66. bool? selected,
  67. Map<String, dynamic>? shadow,
  68. bool? showCheckbox,
  69. bool? showInLegend,
  70. bool? skipKeyboardNavigation,
  71. bool? softThreshold,
  72. HighchartsSeriesSonificationOptions? sonification,
  73. String? stemColor,
  74. String? stemDashStyle,
  75. double? stemWidth,
  76. bool? stickyTracking,
  77. double? threshold,
  78. HighchartsBoxPlotSeriesTooltipOptions? tooltip,
  79. double? turboThreshold,
  80. bool? visible,
  81. String? whiskerColor,
  82. String? whiskerDashStyle,
  83. dynamic whiskerLength,
  84. double? whiskerWidth,
  85. dynamic xAxis,
  86. dynamic yAxis,
  87. double? zIndex,
  88. String? zoneAxis,
  89. List<HighchartsSeriesZonesOptions>? zones,
  90. bool? zoomEnabled,
})

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

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

Implementation

HighchartsBoxPlotSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.animationLimit,
    this.boxDashStyle,
    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.dragDrop,
    this.edgeColor,
    this.edgeWidth,
    this.enableMouseTracking,
    this.events,
    this.fillColor,
    this.findNearestPointBy,
    this.getExtremesFromAll,
    this.groupPadding,
    this.grouping,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineWidth,
    this.linkedTo,
    this.maxPointWidth,
    this.medianColor,
    this.medianDashStyle,
    this.medianWidth,
    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.stemColor,
    this.stemDashStyle,
    this.stemWidth,
    this.stickyTracking,
    this.threshold,
    this.tooltip,
    this.turboThreshold,
    this.visible,
    this.whiskerColor,
    this.whiskerDashStyle,
    this.whiskerLength,
    this.whiskerWidth,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoneAxis,
    this.zones,
    this.zoomEnabled});