HighchartsPieSeriesOptions constructor

HighchartsPieSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. String? borderColor,
  5. Map<String, dynamic>? borderRadius,
  6. double? borderWidth,
  7. List? center,
  8. String? className,
  9. bool? clip,
  10. String? color,
  11. dynamic colorAxis,
  12. double? colorIndex,
  13. String? colorKey,
  14. List? colors,
  15. bool? crisp,
  16. String? cursor,
  17. Map<String, dynamic>? custom,
  18. HighchartsPieSeriesDataLabelsOptions? dataLabels,
  19. double? depth,
  20. String? description,
  21. bool? enableMouseTracking,
  22. double? endAngle,
  23. HighchartsPieSeriesEventsOptions? events,
  24. String? fillColor,
  25. String? id,
  26. bool? ignoreHiddenPoint,
  27. HighchartsPieSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
  28. bool? includeInDataExport,
  29. double? index,
  30. dynamic innerSize,
  31. List<String>? keys,
  32. double? legendIndex,
  33. String? legendSymbol,
  34. String? legendSymbolColor,
  35. String? linecap,
  36. dynamic mapData,
  37. dynamic minSize,
  38. bool? nullInteraction,
  39. HighchartsSeriesOnPointOptions? onPoint,
  40. double? opacity,
  41. HighchartsPieSeriesPointOptions? point,
  42. dynamic pointDescriptionFormat,
  43. dynamic pointDescriptionFormatter,
  44. bool? relativeXValue,
  45. bool? selected,
  46. Map<String, dynamic>? shadow,
  47. bool? showCheckbox,
  48. bool? showInLegend,
  49. dynamic size,
  50. bool? skipKeyboardNavigation,
  51. double? slicedOffset,
  52. HighchartsSeriesSonificationOptions? sonification,
  53. double? startAngle,
  54. HighchartsPieSeriesStatesOptions? states,
  55. bool? stickyTracking,
  56. double? thickness,
  57. HighchartsPieSeriesTooltipOptions? tooltip,
  58. bool? visible,
  59. double? zIndex,
  60. bool? zoomEnabled,
})

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

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

Implementation

HighchartsPieSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.center,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorIndex,
    this.colorKey,
    this.colors,
    this.crisp,
    this.cursor,
    this.custom,
    this.dataLabels,
    this.depth,
    this.description,
    this.enableMouseTracking,
    this.endAngle,
    this.events,
    this.fillColor,
    this.id,
    this.ignoreHiddenPoint,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.innerSize,
    this.keys,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.linecap,
    this.mapData,
    this.minSize,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.size,
    this.skipKeyboardNavigation,
    this.slicedOffset,
    this.sonification,
    this.startAngle,
    this.states,
    this.stickyTracking,
    this.thickness,
    this.tooltip,
    this.visible,
    this.zIndex,
    this.zoomEnabled});