HighchartsSolidGaugeSeriesOptions constructor

HighchartsSolidGaugeSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. String? className,
  5. bool? clip,
  6. String? color,
  7. bool? colorByPoint,
  8. double? colorIndex,
  9. bool? crisp,
  10. String? cursor,
  11. Map<String, dynamic>? custom,
  12. HighchartsSolidGaugeSeriesDataLabelsOptions? dataLabels,
  13. String? description,
  14. bool? enableMouseTracking,
  15. HighchartsSeriesEventsOptions? events,
  16. String? id,
  17. bool? inactiveOtherPoints,
  18. bool? includeInDataExport,
  19. double? index,
  20. String? innerRadius,
  21. List<String>? keys,
  22. HighchartsSeriesLabelOptions? label,
  23. double? legendIndex,
  24. String? legendSymbol,
  25. String? legendSymbolColor,
  26. double? lineWidth,
  27. String? linecap,
  28. String? linkedTo,
  29. bool? nullInteraction,
  30. HighchartsSeriesOnPointOptions? onPoint,
  31. double? opacity,
  32. double? overshoot,
  33. HighchartsSeriesPointOptions? point,
  34. dynamic pointDescriptionFormat,
  35. dynamic pointDescriptionFormatter,
  36. double? pointInterval,
  37. String? pointIntervalUnit,
  38. dynamic pointStart,
  39. String? radius,
  40. bool? relativeXValue,
  41. bool? rounded,
  42. bool? selected,
  43. bool? showCheckbox,
  44. bool? showInLegend,
  45. bool? skipKeyboardNavigation,
  46. HighchartsSeriesSonificationOptions? sonification,
  47. bool? stickyTracking,
  48. HighchartsSolidGaugeSeriesTooltipOptions? tooltip,
  49. bool? visible,
  50. dynamic xAxis,
  51. dynamic yAxis,
  52. double? zIndex,
})

A solidgauge series. If the type option is not specified, it is inherited from chart.type.

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

Implementation

HighchartsSolidGaugeSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.className,
    this.clip,
    this.color,
    this.colorByPoint,
    this.colorIndex,
    this.crisp,
    this.cursor,
    this.custom,
    this.dataLabels,
    this.description,
    this.enableMouseTracking,
    this.events,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.innerRadius,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.overshoot,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointStart,
    this.radius,
    this.relativeXValue,
    this.rounded,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.sonification,
    this.stickyTracking,
    this.tooltip,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex});