HighchartsSplineSeriesDataOptions constructor
      
      HighchartsSplineSeriesDataOptions({ 
    
- HighchartsSplineSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- Map<String, dynamic> ? custom,
- List<HighchartsSplineSeriesDataDataLabelsOptions> ? dataLabels,
- String? description,
- HighchartsSplineSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsSplineSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- HighchartsSplineSeriesDataMarkerOptions? marker,
- String? name,
- bool? selected,
- dynamic x,
- double? y,
An array of data points for the series. For the spline series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highcharts/series.spline.data
Implementation
HighchartsSplineSeriesDataOptions(
    {this.accessibility,
    this.className,
    this.color,
    this.colorIndex,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.drilldown,
    this.events,
    this.id,
    this.labelrank,
    this.marker,
    this.name,
    this.selected,
    this.x,
    this.y});