HighchartsPointandfigureSeriesDataOptions constructor

HighchartsPointandfigureSeriesDataOptions({
  1. HighchartsPointandfigureSeriesDataAccessibilityOptions? accessibility,
  2. String? color,
  3. Map<String, dynamic>? custom,
  4. List<HighchartsPointandfigureSeriesDataDataLabelsOptions>? dataLabels,
  5. String? description,
  6. HighchartsPointandfigureSeriesDataDragDropOptions? dragDrop,
  7. HighchartsPointandfigureSeriesDataEventsOptions? events,
  8. String? id,
  9. double? labelrank,
  10. HighchartsPointandfigureSeriesDataMarkerOptions? marker,
  11. String? name,
  12. bool? selected,
  13. dynamic x,
  14. double? y,
})

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

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

Implementation

HighchartsPointandfigureSeriesDataOptions(
    {this.accessibility,
    this.color,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.events,
    this.id,
    this.labelrank,
    this.marker,
    this.name,
    this.selected,
    this.x,
    this.y});