HighchartsSolidGaugeSeriesDataOptions constructor

HighchartsSolidGaugeSeriesDataOptions({
  1. HighchartsSolidGaugeSeriesDataAccessibilityOptions? accessibility,
  2. String? className,
  3. String? color,
  4. double? colorIndex,
  5. Map<String, dynamic>? custom,
  6. List<HighchartsSolidGaugeSeriesDataDataLabelsOptions>? dataLabels,
  7. String? description,
  8. HighchartsSolidGaugeSeriesDataDragDropOptions? dragDrop,
  9. HighchartsSolidGaugeSeriesDataEventsOptions? events,
  10. String? id,
  11. String? innerRadius,
  12. double? labelrank,
  13. String? name,
  14. String? radius,
  15. bool? selected,
  16. double? y,
})

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

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

Implementation

HighchartsSolidGaugeSeriesDataOptions(
    {this.accessibility,
    this.className,
    this.color,
    this.colorIndex,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.events,
    this.id,
    this.innerRadius,
    this.labelrank,
    this.name,
    this.radius,
    this.selected,
    this.y});