HighchartsPyramidSeriesDataOptions constructor

HighchartsPyramidSeriesDataOptions({
  1. HighchartsPyramidSeriesDataAccessibilityOptions? accessibility,
  2. String? className,
  3. String? color,
  4. double? colorIndex,
  5. Map<String, dynamic>? custom,
  6. HighchartsPyramidSeriesDataDataLabelsOptions? dataLabels,
  7. String? description,
  8. HighchartsPyramidSeriesDataDragDropOptions? dragDrop,
  9. String? drilldown,
  10. HighchartsPyramidSeriesDataEventsOptions? events,
  11. String? id,
  12. double? labelrank,
  13. double? legendIndex,
  14. String? name,
  15. bool? selected,
  16. double? y,
})

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

API Docs: https://api.highcharts.com/highcharts/series.pyramid.data

Implementation

HighchartsPyramidSeriesDataOptions(
    {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.legendIndex,
    this.name,
    this.selected,
    this.y});