HighchartsCandlestickSeriesDataOptions constructor
      
      HighchartsCandlestickSeriesDataOptions({ 
    
- HighchartsCandlestickSeriesDataAccessibilityOptions? accessibility,
- double? close,
- String? color,
- Map<String, dynamic> ? custom,
- HighchartsCandlestickSeriesDataDataLabelsOptions? dataLabels,
- String? description,
- HighchartsCandlestickSeriesDataDragDropOptions? dragDrop,
- HighchartsCandlestickSeriesDataEventsOptions? events,
- double? high,
- String? id,
- double? labelrank,
- double? low,
- String? name,
- double? open,
- bool? selected,
- dynamic x,
An array of data points for the series. For the candlestick series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highstock/series.candlestick.data
Implementation
HighchartsCandlestickSeriesDataOptions(
    {this.accessibility,
    this.close,
    this.color,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.events,
    this.high,
    this.id,
    this.labelrank,
    this.low,
    this.name,
    this.open,
    this.selected,
    this.x});