HighchartsFunnel3DSeriesDataOptions constructor

HighchartsFunnel3DSeriesDataOptions({
  1. HighchartsFunnel3DSeriesDataAccessibilityOptions? 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<HighchartsFunnel3DSeriesDataDataLabelsOptions>? dataLabels,
  10. String? description,
  11. HighchartsFunnel3DSeriesDataDragDropOptions? dragDrop,
  12. String? drilldown,
  13. HighchartsFunnel3DSeriesDataEventsOptions? 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 funnel3d series type, points can be given in the following ways:

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

Implementation

HighchartsFunnel3DSeriesDataOptions(
    {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});