HighchartsFlagsSeriesDataOptions constructor
HighchartsFlagsSeriesDataOptions({
- HighchartsFlagsSeriesDataAccessibilityOptions? accessibility,
- String? color,
- Map<
String, dynamic> ? custom, - String? description,
- HighchartsFlagsSeriesDataDragDropOptions? dragDrop,
- HighchartsFlagsSeriesDataEventsOptions? events,
- String? fillColor,
- String? id,
- double? labelrank,
- bool? selected,
- String? text,
- String? title,
- 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});