HighchartsDumbbellSeriesDataOptions constructor

HighchartsDumbbellSeriesDataOptions({
  1. HighchartsDumbbellSeriesDataAccessibilityOptions? accessibility,
  2. String? className,
  3. String? color,
  4. double? colorIndex,
  5. String? connectorColor,
  6. double? connectorWidth,
  7. Map<String, dynamic>? custom,
  8. HighchartsDumbbellSeriesDataDataLabelsOptions? dataLabels,
  9. String? description,
  10. HighchartsDumbbellSeriesDataDragDropOptions? dragDrop,
  11. String? drilldown,
  12. HighchartsDumbbellSeriesDataEventsOptions? events,
  13. double? high,
  14. String? id,
  15. double? labelrank,
  16. double? low,
  17. String? lowColor,
  18. String? name,
  19. bool? selected,
  20. dynamic x,
})

An array of data points for the series. For the dumbbell series type, points can be given in the following ways:

API Docs: https://api.highcharts.com/highcharts/series.dumbbell.data

Implementation

HighchartsDumbbellSeriesDataOptions(
    {this.accessibility,
    this.className,
    this.color,
    this.colorIndex,
    this.connectorColor,
    this.connectorWidth,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.drilldown,
    this.events,
    this.high,
    this.id,
    this.labelrank,
    this.low,
    this.lowColor,
    this.name,
    this.selected,
    this.x});