HighchartsVariablePieSeriesOptions constructor

HighchartsVariablePieSeriesOptions({
  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. HighchartsVariablePieSeriesDataLabelsOptions? dataLabels,
  19. double? depth,
  20. String? description,
  21. bool? enableMouseTracking,
  22. double? endAngle,
  23. HighchartsVariablePieSeriesEventsOptions? events,
  24. String? fillColor,
  25. String? id,
  26. bool? ignoreHiddenPoint,
  27. HighchartsVariablePieSeriesInactiveOtherPointsOptions? 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 maxPointSize,
  37. dynamic minPointSize,
  38. dynamic minSize,
  39. bool? nullInteraction,
  40. HighchartsSeriesOnPointOptions? onPoint,
  41. double? opacity,
  42. HighchartsVariablePieSeriesPointOptions? point,
  43. dynamic pointDescriptionFormat,
  44. dynamic pointDescriptionFormatter,
  45. bool? relativeXValue,
  46. bool? selected,
  47. Map<String, dynamic>? shadow,
  48. bool? showCheckbox,
  49. bool? showInLegend,
  50. dynamic size,
  51. String? sizeBy,
  52. bool? skipKeyboardNavigation,
  53. double? slicedOffset,
  54. HighchartsSeriesSonificationOptions? sonification,
  55. double? startAngle,
  56. HighchartsVariablePieSeriesStatesOptions? states,
  57. bool? stickyTracking,
  58. double? thickness,
  59. HighchartsVariablePieSeriesTooltipOptions? tooltip,
  60. bool? visible,
  61. double? zIndex,
  62. double? zMax,
  63. double? zMin,
  64. bool? zoomEnabled,
})

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

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

Implementation

HighchartsVariablePieSeriesOptions(
    {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.maxPointSize,
    this.minPointSize,
    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.sizeBy,
    this.skipKeyboardNavigation,
    this.slicedOffset,
    this.sonification,
    this.startAngle,
    this.states,
    this.stickyTracking,
    this.thickness,
    this.tooltip,
    this.visible,
    this.zIndex,
    this.zMax,
    this.zMin,
    this.zoomEnabled});