HighchartsBoxPlotSeriesOptions constructor
HighchartsBoxPlotSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- double? animationLimit,
- String? boxDashStyle,
- bool? centerInCategory,
- String? className,
- bool? clip,
- String? color,
- dynamic colorAxis,
- bool? colorByPoint,
- double? colorIndex,
- String? colorKey,
- List? colors,
- bool? crisp,
- double? cropThreshold,
- String? cursor,
- Map<
String, dynamic> ? custom, - String? dashStyle,
- HighchartsBoxPlotSeriesDataGroupingOptions? dataGrouping,
- HighchartsBoxPlotSeriesDataLabelsOptions? dataLabels,
- HighchartsSeriesDataSortingOptions? dataSorting,
- double? depth,
- String? description,
- HighchartsBoxPlotSeriesDragDropOptions? dragDrop,
- String? edgeColor,
- double? edgeWidth,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- String? fillColor,
- String? findNearestPointBy,
- bool? getExtremesFromAll,
- double? groupPadding,
- bool? grouping,
- String? id,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
- double? legendIndex,
- String? legendSymbol,
- String? legendSymbolColor,
- double? lineWidth,
- String? linkedTo,
- double? maxPointWidth,
- String? medianColor,
- String? medianDashStyle,
- double? medianWidth,
- double? minPointLength,
- String? negativeColor,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- double? pointInterval,
- String? pointIntervalUnit,
- double? pointPadding,
- dynamic pointPlacement,
- double? pointRange,
- dynamic pointStart,
- double? pointWidth,
- bool? relativeXValue,
- bool? selected,
- Map<
String, dynamic> ? shadow, - bool? showCheckbox,
- bool? showInLegend,
- bool? softThreshold,
- HighchartsSeriesSonificationOptions? sonification,
- String? stemColor,
- String? stemDashStyle,
- double? stemWidth,
- bool? stickyTracking,
- double? threshold,
- HighchartsBoxPlotSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- bool? visible,
- String? whiskerColor,
- String? whiskerDashStyle,
- dynamic whiskerLength,
- double? whiskerWidth,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- String? zoneAxis,
- List<
HighchartsSeriesZonesOptions> ? zones, - 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});