HighchartsPyramid3DSeriesDataOptions constructor

HighchartsPyramid3DSeriesDataOptions({
  1. HighchartsPyramid3DSeriesDataAccessibilityOptions? accessibility,
  2. String? borderColor,
  3. double? borderWidth,
  4. String? className,
  5. String? color,
  6. double? colorIndex,
  7. Map<String, dynamic>? custom,
  8. String? dashStyle,
  9. List<HighchartsPyramid3DSeriesDataDataLabelsOptions>? dataLabels,
  10. String? description,
  11. HighchartsPyramid3DSeriesDataDragDropOptions? dragDrop,
  12. String? drilldown,
  13. HighchartsPyramid3DSeriesDataEventsOptions? events,
  14. bool? gradientForSides,
  15. String? id,
  16. double? labelrank,
  17. String? name,
  18. double? pointWidth,
  19. bool? selected,
  20. dynamic x,
  21. double? y,
})

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

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

Implementation

HighchartsPyramid3DSeriesDataOptions(
    {this.accessibility,
    this.borderColor,
    this.borderWidth,
    this.className,
    this.color,
    this.colorIndex,
    this.custom,
    this.dashStyle,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.drilldown,
    this.events,
    this.gradientForSides,
    this.id,
    this.labelrank,
    this.name,
    this.pointWidth,
    this.selected,
    this.x,
    this.y});