HighchartsGaugeSeriesOptions constructor

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

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

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

Implementation

HighchartsGaugeSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.className,
    this.clip,
    this.color,
    this.colorIndex,
    this.crisp,
    this.cursor,
    this.custom,
    this.dataLabels,
    this.description,
    this.dial,
    this.enableMouseTracking,
    this.events,
    this.id,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    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.pivot,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.pointInterval,
    this.pointIntervalUnit,
    this.pointStart,
    this.relativeXValue,
    this.selected,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.sonification,
    this.stickyTracking,
    this.tooltip,
    this.visible,
    this.wrap,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoomEnabled});