HighchartsFlagsSeriesDataOptions constructor

HighchartsFlagsSeriesDataOptions({
  1. HighchartsFlagsSeriesDataAccessibilityOptions? accessibility,
  2. String? color,
  3. Map<String, dynamic>? custom,
  4. String? description,
  5. HighchartsFlagsSeriesDataDragDropOptions? dragDrop,
  6. HighchartsFlagsSeriesDataEventsOptions? events,
  7. String? fillColor,
  8. String? id,
  9. double? labelrank,
  10. bool? selected,
  11. String? text,
  12. String? title,
  13. dynamic x,
})

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

API Docs: https://api.highcharts.com/highstock/series.flags.data

Implementation

HighchartsFlagsSeriesDataOptions(
    {this.accessibility,
    this.color,
    this.custom,
    this.description,
    this.dragDrop,
    this.events,
    this.fillColor,
    this.id,
    this.labelrank,
    this.selected,
    this.text,
    this.title,
    this.x});