HighchartsLollipopSeriesDataOptions constructor

HighchartsLollipopSeriesDataOptions({
  1. HighchartsLollipopSeriesDataAccessibilityOptions? accessibility,
  2. String? className,
  3. String? color,
  4. double? colorIndex,
  5. String? connectorColor,
  6. double? connectorWidth,
  7. Map<String, dynamic>? custom,
  8. HighchartsLollipopSeriesDataDataLabelsOptions? dataLabels,
  9. String? description,
  10. HighchartsLollipopSeriesDataDragDropOptions? dragDrop,
  11. String? drilldown,
  12. HighchartsLollipopSeriesDataEventsOptions? events,
  13. String? id,
  14. double? labelrank,
  15. String? name,
  16. bool? selected,
  17. dynamic x,
})

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

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

Implementation

HighchartsLollipopSeriesDataOptions(
    {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.id,
    this.labelrank,
    this.name,
    this.selected,
    this.x});