HighchartsBoxPlotSeriesDataOptions constructor
HighchartsBoxPlotSeriesDataOptions({
- HighchartsBoxPlotSeriesDataAccessibilityOptions? accessibility,
- String? boxDashStyle,
- String? className,
- String? color,
- double? colorIndex,
- Map<
String, dynamic> ? custom, - List<
HighchartsBoxPlotSeriesDataDataLabelsOptions> ? dataLabels, - String? description,
- HighchartsBoxPlotSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsBoxPlotSeriesDataEventsOptions? events,
- double? high,
- String? id,
- double? labelrank,
- double? low,
- double? median,
- String? medianDashStyle,
- String? name,
- double? q1,
- double? q3,
- bool? selected,
- String? stemDashStyle,
- String? whiskerDashStyle,
- dynamic x,
- double? y,
An array of data points for the series. For the boxplot
series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highcharts/series.boxplot.data
Implementation
HighchartsBoxPlotSeriesDataOptions(
{this.accessibility,
this.boxDashStyle,
this.className,
this.color,
this.colorIndex,
this.custom,
this.dataLabels,
this.description,
this.dragDrop,
this.drilldown,
this.events,
this.high,
this.id,
this.labelrank,
this.low,
this.median,
this.medianDashStyle,
this.name,
this.q1,
this.q3,
this.selected,
this.stemDashStyle,
this.whiskerDashStyle,
this.x,
this.y});